Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Emit errors from scanner #17

Open
brettlangdon opened this issue Jul 4, 2015 · 0 comments
Open

Emit errors from scanner #17

brettlangdon opened this issue Jul 4, 2015 · 0 comments
Labels

Comments

@brettlangdon
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant