-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
bpo-46936: Update grammar_grapher with the new forced (&&) directive #31704
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
Conversation
@lucach Can you submit also a PR against the pegen repo? That's in https://github.com/we-like-parsers/pegen |
Thanks @lucach for the PR, and @pablogsal for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10. |
Sorry @lucach and @pablogsal, I had trouble checking out the |
@lucach could you make the backport following these instructions, please? Thanks! |
…honGH-31704) (cherry picked from commit 7f07b5e) Co-authored-by: Luca Chiodini <luca@chiodini.org>
GH-31719 is a backport of this pull request to the 3.10 branch. |
Done (both on pegen and on the 3.10 branch)... hopefully without too many mistakes. Thanks @pablogsal! |
Thanks @lucach |
The
grammar_grapher.py
utility has not been updated after the introduction of the new "forced" directive ('&&') in the grammar (see #24292) and fails to visualize the current Python grammar.https://bugs.python.org/issue46936
Automerge-Triggered-By: GH:pablogsal