added map expressions

This commit is contained in:
Francesco Cozzuto
2021-11-26 10:11:17 +01:00
parent ed32b1a52b
commit ac4dfbc8d3
8 changed files with 327 additions and 116 deletions
+2 -1
View File
@@ -37,8 +37,9 @@ typedef enum {
OPCODE_ASS,
OPCODE_POP,
OPCODE_CALL,
OPCODE_INSERT,
OPCODE_SELECT,
OPCODE_INSERT,
OPCODE_INSERT2,
OPCODE_PUSHINT,
OPCODE_PUSHFLT,
OPCODE_PUSHSTR,