diff options
| author | Ben Winston | 2023-05-20 18:58:51 -0400 |
|---|---|---|
| committer | Ben Winston | 2023-05-20 18:58:51 -0400 |
| commit | 38dc63a67879a42f208b5642a8590e1192e8e2e5 (patch) | |
| tree | e36a71c752d8d0c89e343ef02e295115d3e19ce7 /chunk.d | |
| parent | 0c70372774297272dd14133d48e40e9a3624420a (diff) | |
global variables
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, |
