switched -st to call print_symbol_table

This commit is contained in:
Annie
2025-02-21 16:28:53 -05:00
parent 0b10c50a78
commit 15c7a148b0

View File

@ -84,7 +84,7 @@ int run(FILE *alpha) {
if (st_flag != NULL) {
//output symbol table, file pointer is
fprintf(st_flag, "just checking that this works \n");
print_symbol_table(curr,st_flag);
}
if (yyin != NULL) {