Open GKxxUCAS opened 3 years ago
I think there are a few mistakes in exercise 2.6. The line is not updated when handling block comments. Also, a Token with space would be returned if there were space existing after comments.
line
Token
I think there are a few mistakes in exercise 2.6. The
line
is not updated when handling block comments. Also, aToken
with space would be returned if there were space existing after comments.