mnbujold / c415-compiler

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

Scalars still can't be compared #31

Closed James-Osgood closed 11 years ago

James-Osgood commented 11 years ago

A parameter of a scalar list type is not comparable with a constant in that same scalar list.

See test g03.pal.

James-Osgood commented 11 years ago

Also, constants (of string type) aren't being compared in g04.pal.

James-Osgood commented 11 years ago

Actually, string types in general are not being compared without an error, it seems.

James-Osgood commented 11 years ago

Scalars work now, somehow, but strings still don't!

James-Osgood commented 11 years ago

Now they do!