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.