bpo-46936: Update grammar_grapher with the new forced (&&) directive#31704
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.pyutility 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