Crate endbasic_std[][src]

The EndBASIC standard library.

Modules

console

Console representation and manipulation.

exec

Commands that manipulate the machine's state or the program's execution.

gpio

GPIO access functions and commands for EndBASIC.

help

Interactive help support.

numerics

Numerical functions for EndBASIC.

store

Stored program manipulation.

strings

String functions for EndBASIC.

terminal

Console representation and manipulation.

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.