Documentation
¶
Index ¶
Constants ¶
View Source
const ( StackSize = 2048 MaxFrames = 1024 MaxGlobals = 65536 )
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Frame ¶
type Frame struct {
// contains filtered or unexported fields
}
func (*Frame) Instructions ¶
func (f *Frame) Instructions() code.Instructions
type VM ¶
type VM struct { Debug bool // contains filtered or unexported fields }
func NewWithGlobalsStore ¶
func (*VM) LastPopped ¶
Click to show internal directories.
Click to hide internal directories.