Code::Opcode
Inherits Enum / Comparable / Value / Object
Constants
OpConstant = 0
OpAdd = 1
OpPop = 2
OpSub = 3
OpMul = 4
OpDiv = 5
OpTrue = 6
OpFalse = 7
OpEqual = 8
OpNotEqual = 9
OpGreaterThan = 10
OpMinus = 11
OpBang = 12
OpJumpNotTruthy = 13
OpJump = 14
OpNull = 15
OpGetGlobal = 16
OpSetGlobal = 17
OpArray = 18
OpHash = 19
OpIndex = 20
OpCall = 21
OpReturnValue = 22
OpReturn = 23
OpGetLocal = 24
OpSetLocal = 25
OpGetBuiltin = 26
OpClosure = 27
OpGetFree = 28
OpCurrentClosure = 29