Merge branch 'Sprint2-CommandLineHandling-FE-t#33' into Dev
This commit is contained in:
2
runner.c
2
runner.c
@ -88,7 +88,7 @@ int run(FILE *alpha) {
|
|||||||
|
|
||||||
if (st_flag != NULL) {
|
if (st_flag != NULL) {
|
||||||
//output symbol table, file pointer is
|
//output symbol table, file pointer is
|
||||||
fprintf(st_flag, "just checking that this works \n");
|
print_symbol_table(curr,st_flag);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (yyin != NULL) {
|
if (yyin != NULL) {
|
||||||
|
Reference in New Issue
Block a user