Crate endbasic_std

source ·
Expand description

The EndBASIC standard library.

Modules

Array-related functions for EndBASIC.
Console representation and manipulation.
Commands to interact with the data provided by DATA statements.
Commands that manipulate the machine’s state or the program’s execution.
Commands for graphical console interaction.
GPIO access functions and commands for EndBASIC.
Interactive help support.
Numerical functions for EndBASIC.
Stored program manipulation.
Storage-related abstractions and commands.
String functions for EndBASIC.
Test utilities for consumers of the EndBASIC interpreter.

Structs

Builder pattern to construct an interpreter for REPL operation.
Builder pattern to construct an EndBASIC interpreter.