added not operator

This commit is contained in:
cozis
2021-12-08 13:20:34 +01:00
parent 51d744ef2e
commit dbf1c325b0
10 changed files with 216 additions and 1 deletions
+2
View File
@@ -30,6 +30,8 @@ typedef enum {
EXPR_GRT,
EXPR_GEQ,
EXPR_NOT,
EXPR_ASS,
EXPR_INT,
EXPR_MAP,