Merge branch 'Sprint3-Symbol_Table_Restructure-FE-t#NoTask' into Dev

This commit is contained in:
Moroseui
2025-04-04 21:34:52 -04:00
committed by GitHub
9 changed files with 544 additions and 364 deletions

View File

@ -151,6 +151,7 @@ int run(FILE *alpha) {
printdebug("%s[FATAL] top is null", COLOR_LIGHTRED);
}
print_symbol_table(top, st_flag);
fclose(st_flag);
if (yyin != NULL) {