Made some changes to the files t#29
This commit is contained in:
@ -29,3 +29,4 @@ TableNode* CreateEntry(SymbolTable* table, char* typeOf, char* id);
|
||||
SymbolTable* CreateScope(SymbolTable* ParentScope, int Line, int Column);
|
||||
TableNode * table_lookup(SymbolTable * table, char * x);
|
||||
TableNode * look_up(SymbolTable * table, char * x);
|
||||
void print_symbol_table(SymbolTable *table, FILE *file_ptr);
|
||||
|
Reference in New Issue
Block a user