This package contains the default bridges distributed with sleep.
See: Description
Class Summary | |
---|---|
ArgumentArray | |
BasicIO | provides IO functions for the sleep language |
BasicNumbers | provides some of the basic number crunching functionality |
BasicStrings | provides basic string parsing facilities |
BasicSubroutine | The actual implementation of each subroutine declared with the sub keyword. |
BasicUtilities | implementation of basic utility functions |
BridgeUtilities | A bridge is a class that bridges your applications API and sleep. |
DefaultEnvironment | |
DefaultVariable | |
FileSystemBridge | provides a bridge for accessing the local file system |
KeyValuePair | Arguments passed to functions with the form |
RegexBridge | Provides a bridge between Java's regex API and sleep. |
Semaphore | A sleep synchronization primitive. |
SleepClosure | The Sleep Closure class. |
TimeDateBridge | |
Transliteration |
This class provides a character translation utility similar to the UNIX tr command. |