readd token dumping

This commit is contained in:
anon 2024-07-17 03:06:11 +02:00
parent faf7a780ee
commit bdc401e6ae

View File

@ -45,6 +45,7 @@ signed main(int argc, char * argv[]) {
yyparse();
debug_dump_symbols();
debug_token_dump();
if (!has_encountered_error) {
compile();