added assignment operator

This commit is contained in:
cozis
2021-11-01 15:55:59 +00:00
parent 7f37c51f98
commit 5bf6a9f085
12 changed files with 132 additions and 28 deletions
+1
View File
@@ -28,6 +28,7 @@ typedef enum {
OPCODE_SUB,
OPCODE_MUL,
OPCODE_DIV,
OPCODE_ASS,
OPCODE_POP,
OPCODE_PUSHINT,
OPCODE_PUSHFLT,