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
The InputStream reads a single byte at a time, and it considers \r to be a regular token.
When Parser::detectSymbols() encounters a \r token, it throws a "invalid character" exception.
The simplest fix would be to normalize line endings before to normalize whitespace before tokenizing, like