Plot Script
|
Go to the source code of this file.
Classes | |
class | Interpreter |
Class to parse and evaluate an expression (program) More... | |
The interpreter can parse from a stream into an internal AST and evaluate it. It maintains an environment during evaluation.