Fix the conflicts t#29

This commit is contained in:
Meyer Simon
2025-02-21 16:26:37 -05:00
parent 52171d5569
commit e86edb324b
4 changed files with 7 additions and 5 deletions

View File

@ -69,6 +69,7 @@ TableNode * look_up(SymbolTable * table, char * x){
//uncomment the below main function along with the headers above for a simple standalone test of table and entry creation
/*
int main(){
char* String = "STRING";
char* X = "X";
@ -79,3 +80,4 @@ int main(){
printf("The type of the first entry is %s\n",First_Entry->theType);
return 0;
}
*/