diff options
Diffstat (limited to 'chunk.d')
| -rw-r--r-- | chunk.d | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -38,8 +38,12 @@ enum OpCode { OP_RETURN, OP_CONSTANT, OP_DEFINE_GLOBAL, + OP_GET_LOCAL, + OP_SET_LOCAL, OP_GET_GLOBAL, + OP_SET_GLOBAL, OP_POP, + OP_POP_SCOPE, OP_SUBTRACT, OP_NIL, } |
