Made some changes to the files t#29

This commit is contained in:
Meyer Simon
2025-02-23 12:06:37 -05:00
parent 6c72120785
commit d790d5fdef
4 changed files with 118 additions and 98 deletions

View File

@ -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);