aboutsummaryrefslogtreecommitdiff
path: root/chunk.d
diff options
context:
space:
mode:
authormryouse2023-06-11 23:34:25 +0000
committermryouse2023-06-11 23:34:25 +0000
commit639e303f7ba2963e32295c4c60d6001e384868e3 (patch)
tree7cb588605c3b93f79f01b1056bbf8be3232dfcad /chunk.d
parent90bde7320c09c13bc2a2edbb89e58a62c13da8ff (diff)
initial commit of apply (sorta works)HEADmaster
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