[][src]Module endbasic::exec

Execution engine for EndBASIC programs.

Structs

Machine

Executes an EndBASIC program and tracks its state.

MachineBuilder

Builder pattern for a new machine.

Vars

Storage for all variables that exist at runtime.

Traits

BuiltinCommand

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