Module endbasic_core::exec

source ·
Expand description

Execution engine for EndBASIC programs.

Structs

Executes an EndBASIC program and tracks its state.

Enums

Execution errors.
Signals that can be delivered to the machine.
Describes how the machine stopped execution while it was running a script via exec().

Traits

Trait for objects that maintain state that can be reset to defaults.

Type Definitions

Result for execution return values.
Type of the function used by the execution loop to yield execution.