aboutsummaryrefslogtreecommitdiff
path: root/chunk.d
diff options
context:
space:
mode:
Diffstat (limited to 'chunk.d')
-rw-r--r--chunk.d8
1 files changed, 8 insertions, 0 deletions
diff --git a/chunk.d b/chunk.d
index b6a5348..63d5bae 100644
--- a/chunk.d
+++ b/chunk.d
@@ -186,6 +186,14 @@ enum OpCode {
OP_JUMP_IF_FALSE,
OP_JUMP_IF_TRUE,
+ OP_IS_NIL,
+ OP_DUPLICATE,
+ OP_DUPLICATE_2,
+ OP_ROTATE_N,
+ OP_ZERO,
+ OP_INCREMENT,
+ OP_LIST_N,
+
OP_CALL,
OP_LIST,