Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CompiledScript ¶
type CompiledScript struct {
Name string
Code []uint32 // Raw bytecode (opcodes and operands)
Offset int // Byte offset in code section
}
CompiledScript represents a compiled script
Click to show internal directories.
Click to hide internal directories.