Expand description
Supporting code for EndBASIC’s CLI.
Structs§
- Prop
Line - 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
pathif present. - run_
interactive - Executes the
pathprogram in a fresh machine allowing any interactive-only calls. - run_
repl_ loop - Enters the interactive interpreter.
- run_
script - Executes the
pathprogram in a fresh machine. - setup_
console - Sets up the console.