-
Notifications
You must be signed in to change notification settings - Fork 41
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
Improve error handling #36
Comments
See lovasoa@a0e27ac |
Yes! I've been meaning to add support for more descriptive syntax errors for a while, but never got around to it. Independently, I believe |
(Though I like the changed you linked; we can certainly merge that one right away.) |
To add to this issue: Specifically we should use nom's |
Currently, when parse fails, the user only gets a very uninformative error string as a result.
It would be nice to have a custom error type with useful functionality , such as knowing where the error happened.
The text was updated successfully, but these errors were encountered: