-
-
Notifications
You must be signed in to change notification settings - Fork 30.1k
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
gh-122951: Simplify the grammar of the assignment rule #124998
gh-122951: Simplify the grammar of the assignment rule #124998
Conversation
This change reuses the `annotated_rhs` name where applicable in the grammar definition file, in order to simplify the expressions.
|
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! don't forget to sign the CLA and we're good (a committer needs to validate though).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
|
Thanks for the PR @zedr 🚀 |
Simplify the grammar of the assignment rule
This change reuses the
annotated_rhsname where applicable in the grammar definition file, in order to simplify the expressions.Issue #122951.
assignmentrule #122951