-
-
Notifications
You must be signed in to change notification settings - Fork 45
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
Implement associative parsers #116
Conversation
@gumbarros this PR is adding helpers to implement left/right associative expressions (and unary), you might want to use that. It might also be missing some things, so please provide feedback in this case. |
Great idea, I'm refactoring the unary expressions with your branch new parsers. I get the following exception with
Without |
@gumbarros I can't see Parlot in the stacktrace, could you paste the part where it's involved? |
Sorry, I think it was a bug in my IDE, it's working normally now with .Compile. But I swear it was not working with just .Compile() |
No description provided.