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
Right now the scanner is really dumb and if it encounters something it doesn't know about it cannot tell the parser about that.
This came up with #16 where we can detect when an unsupported escape character is found, ideally we would emit an error, something like "unsupported escape character found", but right now we cannot.
Yeah... fix that.
The text was updated successfully, but these errors were encountered:
Right now the scanner is really dumb and if it encounters something it doesn't know about it cannot tell the parser about that.
This came up with #16 where we can detect when an unsupported escape character is found, ideally we would emit an error, something like
"unsupported escape character found"
, but right now we cannot.Yeah... fix that.
The text was updated successfully, but these errors were encountered: