Package compilation.generation
Contains classes for the evaluation of source code.
The classes contained within this package are used for evaluating the final value of the source code input, calculating the result(s) and returning them.
This package represents the back-end portion of compilation.
- Since:
- 1.0
-
Class Summary Class Description Evaluator The Evaluator class is responsible for evaluating Expressions and calculating their results, so that the the final value(s) of the input code can be produced.