Package compilation

Contains classes and packages for compilation of source code.

The classes contained within this package are used for the analysis and evaluation of source code, performing each of the compilers stages to produce a resulting value.

When calling from this package, the only class of interesting is typically Compiler.java, which is used to run the entire compilation process on a String of text.

Since:
1.0