-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
Internal error parsing malformed expression #330
Comments
This seems to be an issue with the hooks rather than the parser. But definitely a bug, and it's still current - thanks for reporting it ❤️ You can just do |
Minimal reproduction:
|
Ok. I think what's going on here is that a node/token of type Line 488 in b941fc0
When building the tree after parsing
This first point is pretty awkward and if it could be fixed that would be ideal. |
I encountered the following internal error on 1.10:
I'm not sure whether this still reproduces on latest JuliaSyntax.jl; maybe it'd be good to add a section to the README how to easily test the latest version of the parser to see if it's worth filing a bug?
The text was updated successfully, but these errors were encountered: