added equality and relational operators
This commit is contained in:
@@ -28,6 +28,12 @@ typedef enum {
|
||||
OPCODE_SUB,
|
||||
OPCODE_MUL,
|
||||
OPCODE_DIV,
|
||||
OPCODE_EQL,
|
||||
OPCODE_NQL,
|
||||
OPCODE_LSS,
|
||||
OPCODE_GRT,
|
||||
OPCODE_LEQ,
|
||||
OPCODE_GEQ,
|
||||
OPCODE_ASS,
|
||||
OPCODE_POP,
|
||||
OPCODE_CALL,
|
||||
|
||||
Reference in New Issue
Block a user