Slowly adding macro handling

This commit is contained in:
Krzosa Karol
2026-05-22 18:41:02 +02:00
parent f41560c5e7
commit a0adc03bcb
2 changed files with 54 additions and 16 deletions

1
main.c
View File

@@ -25,5 +25,4 @@ int main(int argc, char **argv) {
lex_test();
parser_test();
}
}