mnbujold / c415-compiler

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

Change our anonymous unions to defined unions #19

Closed dchui1 closed 11 years ago

dchui1 commented 11 years ago

Changed anonymous unions to defined unions so you can do thigsn like union foo { }; bar (foo), instead of casting void pointers around like a nut

dchui1 commented 11 years ago

Ok, nvm I had to do it right now