mnbujold / c415-compiler

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

Vars aren't assigned values from constant values #47

Closed dchui1 closed 11 years ago

dchui1 commented 11 years ago

Vars are not assigned any values from the constant folding we do...which obviously makes our constant folding useless.. ]

dchui1 commented 11 years ago

Not really a bug. We will do this assignment during the statements section instead