added and,or operators

This commit is contained in:
Francesco Cozzuto
2022-03-07 19:50:18 +01:00
parent 3c2c68dfe5
commit de7479c7db
7 changed files with 80 additions and 4 deletions
+2
View File
@@ -30,6 +30,8 @@ typedef enum {
EXPR_GRT,
EXPR_GEQ,
EXPR_AND,
EXPR_OR,
EXPR_NOT,
EXPR_ASS,