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
Antlr parser seems to default to opening files in ASCII mode.
Results in stacktrace when a non-ascii character is encountered.
Should use UTF-8 by default.