Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Frame ¶
type Frame struct {
// contains filtered or unexported fields
}
Frame represents a single stack frame. It has a reference to the main stack where the actual data resides. Frame is just a convenient wrapper to remember when the Frame started
func (*Frame) DeclareVar ¶
DeclareVar puts a new variable in the stack, and returns the index where it now resides
func (*Frame) LastLvarIndex ¶
LastLvarIndex returns the index of the last element in our stack.
Click to show internal directories.
Click to hide internal directories.