Package oscript

Interface Summary
NodeEvaluatorFactory A NodeEvaluatorFactory transforms a Node into a NodeEvaluator.
Parser An abstraction for the parser, with is the entity that converts an input source to a Node.
 

Class Summary
DefaultParser  
Main An interactive oscript interpreter.
MainRunner A utility for script writers.
NodeEvaluator A NodeEvaluator is created by the NodeFactory to evaluate a node.
OscriptBuiltins Built in functions, etc...
OscriptInterpreter The toplevel and main interface for the interpreter.
OscriptInterpreter.CacheEntry An entry in the node-evaluator cache.
Shell An extensible read-eval-print shell implementation.
Version Version name/number info.