aboutsummaryrefslogtreecommitdiff
path: root/chunk.d
diff options
context:
space:
mode:
Diffstat (limited to 'chunk.d')
-rw-r--r--chunk.d2
1 files changed, 2 insertions, 0 deletions
diff --git a/chunk.d b/chunk.d
index f6dce01..daced26 100644
--- a/chunk.d
+++ b/chunk.d
@@ -37,6 +37,8 @@ enum OpCode {
OP_NEGATE,
OP_RETURN,
OP_CONSTANT,
+ OP_DEFINE_GLOBAL,
+ OP_GET_GLOBAL,
OP_POP,
OP_SUBTRACT,
OP_NIL,