Relative Content

Tag Archive for c++compiler-constructiontypecheckingcppchecksymbol-table

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.