Skip to main content

Crate endbasic_repl

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§

mount_cloud_share
Resolves username_path, which must be of the form user/path, into an AUTORUN location.
print_welcome
Prints the EndBASIC welcome message to the given console.
run_from_storage_path
Loads the program given by path from storage 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.