still fixing assignable type checking
This commit is contained in:
@ -101,6 +101,7 @@ void printdebug_impl(char *file, int line, const char *format, ...);
|
||||
printdebug_impl(__FILE__, __LINE__, format, ##__VA_ARGS__)
|
||||
|
||||
char *temp_var_gen();
|
||||
char *arg_var_gen();
|
||||
Constant_Stack *Push(TableNode *type, void *value, bool isConst);
|
||||
Constant_Stack *Pop();
|
||||
Constant_Stack *Print_Stack();
|
||||
@ -165,6 +166,7 @@ extern int column_number;
|
||||
extern FILE *yyin;
|
||||
extern bool DEBUG;
|
||||
extern int temp2_count;
|
||||
extern int temp3_count;
|
||||
extern TableNode *funprime;
|
||||
extern TableNode *arrayprim;
|
||||
extern TableNode *integ;
|
||||
|
Reference in New Issue
Block a user