mnbujold / c415-compiler

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

Some comment errors are not being caught #8

Closed James-Osgood closed 11 years ago

James-Osgood commented 11 years ago

In Piotr's 03.pal test, we only catch the first error caused by incorrect comment formatting. This may be related to the invalid character bug.

mnbujold commented 11 years ago

I think it's a problem with the lexer...I was working to resolve it in the week before the 1st checkpoint 2 submission.

mnbujold commented 11 years ago

Looks like we catch these now, so we should be good here.