diff options
| author | Ben Winston | 2023-05-20 13:36:28 -0400 |
|---|---|---|
| committer | Ben Winston | 2023-05-20 13:36:28 -0400 |
| commit | 6902cc5abe09da9f6f2d86f22d06684d97cfa9f3 (patch) | |
| tree | 27946af44ede97cc4928c527c900018682686c9f /chunk.d | |
| parent | 10c75f60c1f5fa27268ea9a850b63b777b087cbc (diff) | |
add debug
Diffstat (limited to 'chunk.d')
| -rw-r--r-- | chunk.d | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -33,9 +33,11 @@ class Function : Obj { enum OpCode { OP_ADD, + OP_NEGATE, OP_RETURN, OP_CONSTANT, OP_POP, + OP_NIL, } class Chunk { |
