Skip to main content

Module reg_bytecode

Module reg_bytecode 

Source
Expand description

Register-based bytecode instruction set and chunk structure.

Defines a flat, register-based bytecode IR that the register VM will execute.

Structs§

RegChunk
A compiled chunk of register bytecode with its constant pool.
RegInstruction
A single register bytecode instruction.
RegLocal
Local register metadata for name sync.

Enums§

RegOpCode
Bytecode opcodes for the register-based VM.