added index selection

This commit is contained in:
Francesco Cozzuto
2021-11-25 11:25:23 +01:00
parent fdaebdaecc
commit ba9c01f261
7 changed files with 89 additions and 3 deletions
+1
View File
@@ -38,6 +38,7 @@ typedef enum {
OPCODE_POP,
OPCODE_CALL,
OPCODE_INSERT,
OPCODE_SELECT,
OPCODE_PUSHINT,
OPCODE_PUSHFLT,
OPCODE_PUSHSTR,