[][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 exec().

Traits

Command

A trait to define a command that is executed by a Machine.

Functions

new_usage_error

Instantiates a new Err(Error::UsageError(...)) from a message. Syntactic sugar.

Type Definitions

Result

Result for execution return values.