Crate endbasic_core

source ·
Expand description

The EndBASIC language parser and interpreter.

Modules

Abstract Syntax Tree (AST) for the EndBASIC language.
Low-level representation of an EndBASIC program for execution.
Converts our AST into bytecode.
Evaluator for EndBASIC expressions.
Execution engine for EndBASIC programs.
Symbol definitions and symbols table representation.

Structs

Representation of a position within a stream.