Crate endbasic_std

Source
Expand description

The EndBASIC standard library.

Modules§

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

Structs§

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