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

Add Expression.parenthesized #425

Merged
merged 1 commit into from
Aug 7, 2023
Merged

Add Expression.parenthesized #425

merged 1 commit into from
Aug 7, 2023

Conversation

natebosch
Copy link
Member

We use ParenthesizedExpression internally in a few places where it's
know that they are required, but some corners of the syntax require
extra parenthesis in ways that are not feasible to detect in this
library. Allow for explicit manual parenthesis.

We use `ParenthesizedExpression` internally in a few places where it's
know that they are required, but some corners of the syntax require
extra parenthesis in ways that are not feasible to detect in this
library. Allow for explicit manual parenthesis.
@natebosch natebosch requested a review from srawlins August 4, 2023 23:07
Copy link
Member

@srawlins srawlins left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've experienced this; this'll be hlpful!

@natebosch natebosch merged commit a51bd20 into master Aug 7, 2023
6 checks passed
@natebosch natebosch deleted the parenthesized branch August 7, 2023 16:05
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.

2 participants