You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I looked at page 15 of the Cool Manual and it says that '\v' is a whitespace character. I used your lexer to check my own custom lexer that I wrote in Haskell and it looks like \v is not treated as a whitespace character. Can this be fixed?
The text was updated successfully, but these errors were encountered:
wu-s-john
changed the title
Lexer should tree '\v' as a whitespace character
Lexer should treat '\v' as a whitespace character
Jan 29, 2018
I looked at page 15 of the Cool Manual and it says that '\v' is a whitespace character. I used your lexer to check my own custom lexer that I wrote in Haskell and it looks like \v is not treated as a whitespace character. Can this be fixed?
The text was updated successfully, but these errors were encountered: