Package sleep.bridges

This package contains the default bridges distributed with sleep.

Class Summary

ArgumentArray
BasicIOprovides IO functions for the sleep language
BasicNumbersprovides some of the basic number crunching functionality
BasicStringsprovides basic string parsing facilities
BasicSubroutineThe actual implementation of each subroutine declared with the sub keyword.
BasicUtilitiesimplementation of basic utility functions
BridgeUtilities A bridge is a class that bridges your applications API and sleep.
DefaultEnvironment
DefaultVariable
FileSystemBridgeprovides a bridge for accessing the local file system
KeyValuePairArguments passed to functions with the form key => expression are available via the KeyValuePair object.
RegexBridgeProvides a bridge between Java's regex API and sleep.
SemaphoreA sleep synchronization primitive.
SleepClosureThe Sleep Closure class.
TimeDateBridge
Transliteration This class provides a character translation utility similar to the UNIX tr command.
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