Package sleep.bridges

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 key => expression are available via the KeyValuePair object.
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.
 

Package sleep.bridges Description

This package contains the default bridges distributed with sleep. All of the default operators, predicates, and functions are implemented in these classes. If you are looking to write your own bridges this is a great place to look for examples