Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ByteCode ¶ added in v0.3.0
type ByteCode struct {
Header *class.ClassHeader // Class header struct pointer
ClassMethods []*method.ClassMethod // Array of all class methods
Instructions []*instructionset.InstructionSet // Instructions array
}
Weblang bytecode struct for use in Weblang VM
Click to show internal directories.
Click to hide internal directories.