[][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.

numerics

Numerical functions for EndBASIC.

program

Stored program manipulation and interactive editor.

repl

Interactive interpreter for the EndBASIC language.

strings

String functions for EndBASIC.