[−][src]Module endbasic_core::exec
Execution engine for EndBASIC programs.
Structs
| ClearCommand | The |
| Machine | Executes an EndBASIC program and tracks its state. |
| MachineBuilder | Builder pattern for a new machine. |
Enums
| Error | Execution errors. |
Traits
| BuiltinCommand | 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. |