Expand description
The EndBASIC language parser and interpreter.
Modules§
- ast
- Abstract Syntax Tree (AST) for the EndBASIC language.
- bytecode
- Low-level representation of an EndBASIC program for execution.
- compiler
- Converts our AST into bytecode.
- exec
- Execution engine for EndBASIC programs.
- parser
- Statement and expression parser for the EndBASIC language.
- syms
- Symbol definitions and symbols table representation.
- value
- Operations on EndBASIC values.
Structs§
- LineCol
- Representation of a position within a stream.