Merge branch 'Sprint2-CommandLineHandling-FE-t#33' into Dev

This commit is contained in:
Anna Slenker
2025-02-21 16:31:26 -05:00

View File

@ -88,7 +88,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) {