[][src]Module ttk91::bytecode

Parsing and storing bytecode programs.

Modules

parser

Parser for the bytecode text format.

Structs

Program

A bytecode program consisting of instructions, data and a symbol table.

Segment

A memory segment of a bytecode program that contains data or instructions.