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.
  • Execution engine for EndBASIC programs.
  • Statement and expression parser for the EndBASIC language.
  • Symbol definitions and symbols table representation.
  • Operations on EndBASIC values.

Structs§

  • Representation of a position within a stream.