aboutsummaryrefslogtreecommitdiffstats
path: root/clox/src/chunk.h
diff options
context:
space:
mode:
authorGravatar Tom Willemse2022-08-14 19:56:32 -0700
committerGravatar Tom Willemse2022-08-14 19:56:32 -0700
commit62858b60e43803477e898c7993e109a94701ce70 (patch)
tree30d12b56bdf4e489372b68698252d4296fc5be4d /clox/src/chunk.h
parente91006b59a143ad0083b3fb303a493f9d97e6c9b (diff)
downloadcrafting-interpreters-62858b60e43803477e898c7993e109a94701ce70.tar.gz
crafting-interpreters-62858b60e43803477e898c7993e109a94701ce70.zip
Chapter 28.5
Diffstat (limited to 'clox/src/chunk.h')
-rw-r--r--clox/src/chunk.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/clox/src/chunk.h b/clox/src/chunk.h
index 9c75c1d..690fffd 100644
--- a/clox/src/chunk.h
+++ b/clox/src/chunk.h
@@ -33,6 +33,7 @@ typedef enum {
OP_JUMP_IF_FALSE,
OP_LOOP,
OP_CALL,
+ OP_INVOKE,
OP_CLOSURE,
OP_CLOSE_UPVALUE,
OP_RETURN,