Crate endbasic_repl

Source
Expand description

Interactive interpreter for the EndBASIC language.

Modules§

demos
Exposes EndBASIC demos as a read-only drive.
editor
Interactive console-based text editor.

Functions§

print_welcome
Prints the EndBASIC welcome message to the given console.
run_from_cloud
Loads the program given in username_path pair (which is of the form user/path) from the cloud and executes it on the machine.
run_repl_loop
Enters the interactive interpreter.
try_load_autoexec
Loads the AUTOEXEC.BAS file if it exists in the drive.