Skip to content
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

Issue 341 #11

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Issue 341 #11

wants to merge 3 commits into from

Conversation

lizard-boy
Copy link

Summary

resolves Instagram#341

Adds _PrecedenceNode as a helper class to automatically parenthesize child nodes when necessary

Test Plan

Adds basic unit tests for implicit parens and extends fuzz testing.

Notes

I had originally tried to allow MaybeSentinel in {l,r}par attrs but this proved difficulty to get right. It would require numerous changes to the parser to ensure proper construction of _BaseParenthesizableNode as they are often explicitly constructed with empty lpar and rpar attributes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Generated Code not equivalent to AST
2 participants