Added almost all expr operators

This commit is contained in:
Krzosa Karol
2022-05-06 12:52:33 +02:00
parent 9552126da2
commit 7e3eefda57
6 changed files with 266 additions and 117 deletions

1
main.c
View File

@@ -17,6 +17,5 @@
int main(){
lex_test();
test_ast();
parse_test();
}