Module endbasic_core::bytecode

source ·
Expand description

Low-level representation of an EndBASIC program for execution.

Structs

Representation of a compiled program.
Components of a conditional jump that depends on a boolean expression.
Components of a conditional jump that depends on whether a variable is defined.
Components of an unconditional jump instruction.
Components of a request to unset a variable.

Enums

Components of a change to the error handler.
Representation of all possible instructions in the bytecode.

Type Definitions

Convenience type to represent a program address.