From 15c7a148b03a9202bc55aec0c34aad90a626e2bf Mon Sep 17 00:00:00 2001 From: Annie Date: Fri, 21 Feb 2025 16:28:53 -0500 Subject: [PATCH] switched -st to call print_symbol_table --- runner.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runner.c b/runner.c index 85e8214..4560da4 100644 --- a/runner.c +++ b/runner.c @@ -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) {