diff options
Diffstat (limited to 'chunk.d')
| -rw-r--r-- | chunk.d | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -37,6 +37,8 @@ enum OpCode { OP_NEGATE, OP_RETURN, OP_CONSTANT, + OP_DEFINE_GLOBAL, + OP_GET_GLOBAL, OP_POP, OP_SUBTRACT, OP_NIL, |
