Named function args

This commit is contained in:
Krzosa Karol
2022-05-06 15:56:22 +02:00
parent 7e3eefda57
commit 76a8cc779c
5 changed files with 543 additions and 291 deletions

1
main.c
View File

@@ -18,4 +18,5 @@
int main(){
lex_test();
parse_test();
ast_test();
}