Module endbasic_core::bytecode

source ·
Expand description

Low-level representation of an EndBASIC program for execution.

Structs§

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

Enums§

Type Aliases§

  • Convenience type to represent a program address.