How could i implement the base part of the typechecker? i am not sure what that means, is the base on Typcecheker.C or Typechecker.H? [closed]
Closed 1 hour ago.
Typechecker and the symbol table (in C++): what could i improve? [closed]
Closed 5 mins ago.
Can someone help me with the Typechecker and the symbol table (in C++)? I am not sure how to implement the Symboltable + how to finish it
I am building a Typechecker, but it has given me a lot of issues and i do not know what else i should implement. I think my Typechecker.H (previously named Skeleton.H) is correct, but i am having issues with the Typechecker.C (previously named Skeleton.C). Could someone give me like a checklist of how shopuld i implement the Symboltable to the Typechecker.C? or maybe correct me if i have done something wrong.