Skip to main content

Crate endbasic

Crate endbasic 

Source
Expand description

Supporting code for EndBASIC’s CLI.

Structs§

PropLine
Properties encoded in the second line of a script.

Enums§

AppMode
Representation of the CLI execution mode and the arguments required for each.

Functions§

async_app_main
Runs the EndBASIC CLI depending on the provided app_mode.
extract_propline
Extracts the property line from path if present.
run_interactive
Executes the path program in a fresh machine allowing any interactive-only calls.
run_repl_loop
Enters the interactive interpreter.
run_script
Executes the path program in a fresh machine.
setup_console
Sets up the console.