Module endbasic_core::exec

source ·
Expand description

Execution engine for EndBASIC programs.

Structs§

  • Executes an EndBASIC program and tracks its state.
  • Provides controlled access to the parameters passed to a callable.

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().
  • Tags used in the value stack to identify the type of their corresponding value.

Traits§

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

Type Aliases§

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