[][src]Crate endbasic_core

The EndBASIC language parser and interpreter.

Modules

ast

Abstract Syntax Tree (AST) for the EndBASIC language.

console

Console representation and manipulation.

eval

Evaluator for EndBASIC expressions.

exec

Execution engine for EndBASIC programs.

help

Interactive help support.

program

Stored program manipulation and interactive editor.

repl

Interactive interpreter for the EndBASIC language.