[−][src]Module endbasic_core::exec
Execution engine for EndBASIC programs.
Structs
Machine | Executes an EndBASIC program and tracks its state. |
Enums
Error | Execution errors. |
StopReason | Describes how the machine stopped execution while it was running a script via |
Traits
Command | A trait to define a command that is executed by a |
Functions
new_usage_error | Instantiates a new |
Type Definitions
Result | Result for execution return values. |