mnbujold / c415-compiler

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

Allowing arrays to be assigned to integers #38

Closed James-Osgood closed 11 years ago

James-Osgood commented 11 years ago

In test se10.pal, on line 42, we do not catch the error of an array being assigned to an integer variable.

James-Osgood commented 11 years ago

Code was obtuse, comments were incorrect, this is not a bug.