mnbujold / c415-compiler

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

print out all line numbers for comments #17

Closed dchui1 closed 11 years ago

dchui1 commented 11 years ago

For comments, print out all the line numbers instead of just printing out the last line of the commment at the beginning

ie:

{8} { asdgasdgasdgasgas

.....

}

mnbujold commented 11 years ago

Fixed.