mirror of
https://github.com/python/cpython.git
synced 2025-07-24 19:54:21 +00:00
![]() * Implement running the parser a second time for the errors messages The first parser run is only responsible for detecting whether there is a `SyntaxError` or not. If there isn't the AST gets returned. Otherwise, the parser is run a second time with all the `invalid_*` rules enabled so that all the customized error messages get produced. |
||
---|---|---|
.. | ||
python.gram | ||
Tokens |