added not operator
This commit is contained in:
@@ -24,6 +24,7 @@ typedef enum {
|
||||
OPCODE_NOPE,
|
||||
OPCODE_POS,
|
||||
OPCODE_NEG,
|
||||
OPCODE_NOT,
|
||||
OPCODE_ADD,
|
||||
OPCODE_SUB,
|
||||
OPCODE_MUL,
|
||||
|
||||
Reference in New Issue
Block a user