Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Program ¶
type Program struct { Instructions []bytecode.Instruction Constants []bytecode.Constant }
func NewProgram ¶
func NewProgram(instructions []bytecode.Instruction, constants []bytecode.Constant) *Program
Click to show internal directories.
Click to hide internal directories.