-
Notifications
You must be signed in to change notification settings - Fork 84
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
Errors while parsing double assignments #40
Comments
I needed to see that in the official documentation. its there. yikes! Even worse: That's some weird language design. |
I had never seen that before. That is kind of yucky. Is that through the Jericho parser or Antlr? On March 20, 2015, at 10:19 PM, ryaneberly [email protected] wrote: I needed to see that in the official documentation. its there. yikes! Even worse: is valid. That's some weird language design. We'll see what we can do to accommodate it. it introduces a whole layer of parsing complexity that just shouldn't be necessary.... :-) — |
It's going to have to be an Antlr solution. The whole expression inside gets parsed as a whole expression with the Antlr portion of the parser. |
fixed in https://github.com/cfparser/cfparser master |
stderr yields errors when parsing
The text was updated successfully, but these errors were encountered: