Expand description
Low-level representation of an EndBASIC program for execution.
Structs§
- DimArrayI
Span - Components of an array definition.
- DimI
Span - Components of a variable definition.
- Image
- Representation of a compiled program.
- JumpI
Span - Components of an unconditional jump instruction.
- Jump
IfDefinedI Span - Components of a conditional jump that depends on whether a variable is defined.
- UnsetI
Span - Components of a request to unset a variable.
Enums§
- Error
HandlerI Span - Components of a change to the error handler.
- Instruction
- Representation of all possible instructions in the bytecode.
Type Aliases§
- Address
- Convenience type to represent a program address.