bpo-30455: Generate all token related code and docs from Grammar/Tokens. by serhiy-storchaka · Pull Request #10370 · python/cpython
Conversation
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. I just have a very minor suggestion.
|
|
||
| """Non-terminal symbols of Python grammar (from "graminit.h").""" | ||
|
|
||
| # This file is automatically generated; please don't muck it up! |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe document which tool generates it.
gvanrossum added a commit to gvanrossum/cpython that referenced this pull request
Grammar changes merged: - PEP 572 (assignment expessions) - pythonGH-10370 (slightly more lenient r.h.s. for annotated assignments)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters