diff options
| author | mryouse | 2023-06-11 23:34:25 +0000 |
|---|---|---|
| committer | mryouse | 2023-06-11 23:34:25 +0000 |
| commit | 639e303f7ba2963e32295c4c60d6001e384868e3 (patch) | |
| tree | 7cb588605c3b93f79f01b1056bbf8be3232dfcad /chunk.d | |
| parent | 90bde7320c09c13bc2a2edbb89e58a62c13da8ff (diff) | |
Diffstat (limited to 'chunk.d')
| -rw-r--r-- | chunk.d | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
