Package net.scheinerman.phoenix.library

The net.scheinerman.phoenix package contains classes and packages for use in running and interpreting Phoenix programs.

See:
          Description

Interface Summary
Module  
 

Class Summary
AbstractModule  
DefaultModules  
MathFunctions  
SetFunctions  
StackFunctions  
StringFunctions  
SystemFunctions  
 

Package net.scheinerman.phoenix.library Description

The net.scheinerman.phoenix package contains classes and packages for use in running and interpreting Phoenix programs. There are three main subpackages. The net.scheinerman.phoenix.interpreter package contains classes related specifically to the interpretation of Phoenix code. The net.scheinerman.phoenix.library package contains classes that represent functions that can be called during Phoenix code interpretation. The net.scheinerman.phoenix.runner package contains all classes related to beginning Phoenix program execution.