aboutsummaryrefslogtreecommitdiff
path: root/chunk.d
diff options
context:
space:
mode:
Diffstat (limited to 'chunk.d')
-rw-r--r--chunk.d2
1 files changed, 2 insertions, 0 deletions
diff --git a/chunk.d b/chunk.d
index c8d280e..0034426 100644
--- a/chunk.d
+++ b/chunk.d
@@ -236,6 +236,7 @@ enum OpCode {
// LISTS
OP_LIST,
OP_LIST_N,
+ OP_UNGROUP,
// SEQUENCES
OP_CONCAT, // No?
@@ -277,6 +278,7 @@ enum OpCode {
// FUNCTIONS
OP_CALL,
+ OP_CALL_N,
OP_RETURN,
// TYPES