checking diff

This commit is contained in:
Partho
2025-04-04 21:12:11 -04:00
parent a5e1acefde
commit 6a6677ccb5
3 changed files with 13 additions and 33 deletions

View File

@ -143,7 +143,7 @@ int run(FILE *alpha) {
if (st_flag != NULL) {
yyparse();
print_symbol_table(getAncestor(cur), st_flag);
print_symbol_table(top, st_flag);
fclose(st_flag);
if (yyin != NULL) {
fclose(yyin);