added map expressions

This commit is contained in:
Francesco Cozzuto
2021-11-26 08:52:24 +01:00
parent ba9c01f261
commit ed32b1a52b
6 changed files with 179 additions and 0 deletions
+1
View File
@@ -69,6 +69,7 @@ static const InstrInfo instr_table[] = {
[OPCODE_PUSHNNE] = {"PUSHNNE", 0, NULL},
[OPCODE_PUSHFUN] = {"PUSHFUN", 2, (OperandType[]) {OPTP_INT, OPTP_INT}},
[OPCODE_PUSHLST] = {"PUSHLST", 1, (OperandType[]) {OPTP_INT}},
[OPCODE_PUSHMAP] = {"PUSHMAP", 1, (OperandType[]) {OPTP_INT}},
[OPCODE_RETURN] = {"RETURN", 0, NULL},