added equality and relational operators

This commit is contained in:
cozis
2021-11-03 02:04:38 +00:00
parent c0d788656e
commit 9d600b66be
9 changed files with 285 additions and 6 deletions
+8
View File
@@ -22,6 +22,14 @@ typedef enum {
EXPR_SUB,
EXPR_MUL,
EXPR_DIV,
EXPR_EQL,
EXPR_NQL,
EXPR_LSS,
EXPR_LEQ,
EXPR_GRT,
EXPR_GEQ,
EXPR_ASS,
EXPR_INT,
EXPR_CALL,