mnbujold / c415-compiler

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

Array stuff may no longer work #49

Closed dchui1 closed 11 years ago

dchui1 commented 11 years ago

I am changing the way that variables are pushed onto the stack, so we can actually keep track of the address of each variable (it was not actually tracked before). So this will PROBABLY break your array access code. But it's for the best, right?