trying to get annie's to work
This commit is contained in:
@ -35,7 +35,8 @@
|
||||
#include "../tmp/grammar.tab.h"
|
||||
#include "symbol_table.h"
|
||||
|
||||
extern int line_number, column_number;
|
||||
extern int line_number;
|
||||
extern int column_number;
|
||||
extern char *yytext;
|
||||
extern FILE *yyin;
|
||||
extern bool DEBUG;
|
||||
@ -46,8 +47,6 @@ SymbolTable *cur;
|
||||
FILE *alpha_file;
|
||||
FILE *tok_flag = NULL;
|
||||
FILE *st_flag = NULL;
|
||||
FILE *ir_flag = NULL;
|
||||
FILE *cg_flag = NULL;
|
||||
FILE *asc_flag = NULL;
|
||||
bool tc_flag = false;
|
||||
bool DEBUG = false;
|
||||
|
Reference in New Issue
Block a user