-
Notifications
You must be signed in to change notification settings - Fork 8
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 the parser error messages #4
Comments
Just a heads up. The preprocessor reimplementation addresses this. |
Also, the current parser (I don't know about the new implementation) chokes up with infix operators, like (I does work if I let-bind the sub expressions and then assign them, i.e. |
@rabipelais It's just the lack of the support for this part of syntax in the current parser implementation. The preprocessor version will support all of the Haskell syntax. |
Attoparsec's messages seem to be anything but useful. I mean I get
for almost any syntactical mistake. I guess unless there'll be major changes involving integration with "haskell-src-exts", we'll have to switch to Parsec.
Suggestions?
The text was updated successfully, but these errors were encountered: