reassign values
This commit is contained in:
@@ -27,6 +27,7 @@ const (
|
||||
OpJumpNotTruthy
|
||||
OpJump
|
||||
OpNull
|
||||
OpAssign
|
||||
OpGetGlobal
|
||||
OpSetGlobal
|
||||
OpArray
|
||||
@@ -66,6 +67,7 @@ var definitions = map[Opcode]*Definition{
|
||||
OpJumpNotTruthy: {"OpJumpNotTruthy", []int{2}},
|
||||
OpJump: {"OpJump", []int{2}},
|
||||
OpNull: {"OpNull", []int{}},
|
||||
OpAssign: {"OpAssign", []int{}},
|
||||
OpGetGlobal: {"OpGetGlobal", []int{2}},
|
||||
OpSetGlobal: {"OpSetGlobal", []int{2}},
|
||||
OpArray: {"OpArray", []int{2}},
|
||||
|
||||
Reference in New Issue
Block a user