mnbujold / c415-compiler

Fall 2012 CMPUT 415 Compiler Course
0 stars 3 forks source link

Change symbol_rec #16

Closed dchui1 closed 11 years ago

dchui1 commented 11 years ago

Change symbol_rec so that all symbols have a struct type_desc. This will make type checking waay easier than having to check which object class it is, then get the tyep description based on that object class, etc...

dchui1 commented 11 years ago

Changed in symbol.h, but the other stuff does not yet take advantage of this