Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions InternalDocs/parser.md
Original file line number Diff line number Diff line change
Expand Up @@ -829,6 +829,10 @@ $ python parse.py file_with_source_code_to_test.py
As the generated `parse.py` file is just Python code, you can modify it
and add breakpoints to debug or better understand some complex situations.

However, this does not work with the existing `Grammar/python.gram` file.
See [#133560](https://github.com/python/cpython/issues/133560)
and [#96424](https://github.com/python/cpython/issues/96424) for more information.


Verbose mode
------------
Expand Down
Loading