index
:
neb-d
master
neb, but with a VM
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
chunk.d
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'chunk.d')
-rw-r--r--
chunk.d
3
1 files changed, 3 insertions, 0 deletions
diff --git a/chunk.d b/chunk.d
index d6a9b5a..b3209a8 100644
--- a/
chunk.d
+++ b/
chunk.d
@@ -48,6 +48,9 @@ enum OpCode {
OP_POP_SCOPE,
OP_SUBTRACT,
OP_NIL,
+
+ OP_JUMP,
+ OP_JUMP_IF_FALSE,
}
class Chunk {