mnbujold / c415-compiler

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

Comments #43

Closed dchui1 closed 11 years ago

dchui1 commented 11 years ago

On nt01.pal, the line number is off by 1 after the big block comment at the top. I suyspect it's because we forget to count the newline at the end of the block comment

dchui1 commented 11 years ago

Ok, apparenlty my function isn't being used to count that anymore, it has something to do with how those rules in the lexer are handling this...

mnbujold commented 11 years ago

Fixed.