[][src]Module endbasic_core::exec

Execution engine for EndBASIC programs.

Structs

ClearCommand

The CLEAR command.

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 Machine.

Functions

new_usage_error

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

Type Definitions

Result

Result for execution return values.