![]() |
The ezr² Project 0.1.1
The codebase for the ezr² programming language.
|
Classes | |
| class | Context |
| Stores all user defined variables/constant references, called symbols. More... | |
| class | Interpreter |
| The ezr² Interpreter. The job of the Interpreter is to execute the Abstract Syntax Tree (AST) received from the Syntax.Parser (as a single Node object)! More... | |
| class | ReferencePool |
| A static pool for Reference. More... | |
| class | RuntimeResult |
| The type of the object that is returned as the result of interpretation done by the Interpreter. More... | |