Documentation ¶
Index ¶
Constants ¶
View Source
const ( OpPush byte = iota OpPop OpRot OpFetch OpFetchMap OpTrue OpFalse OpNil OpNegate OpNot OpEqual OpEqualInt OpEqualString OpJump OpJumpIfTrue OpJumpIfFalse OpJumpBackward OpIn OpLess OpMore OpLessOrEqual OpMoreOrEqual OpAdd OpSubtract OpMultiply OpDivide OpModulo OpExponent OpRange OpMatches OpMatchesConst OpContains OpStartsWith OpEndsWith OpIndex OpSlice OpProperty OpCall OpMethod OpArray OpMap OpLen OpCast OpStore OpLoad OpInc OpBegin OpEnd )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Program ¶
type Program struct { Source *file.Source Locations []file.Location Constants []interface{} Bytecode []byte }
func (*Program) Disassemble ¶
Click to show internal directories.
Click to hide internal directories.