Skip to content
Merged
Changes from all commits
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
3 changes: 3 additions & 0 deletions grammar.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ Note: sometimes things mysteriously don't work. Before giving up, try ``make cl
* The :mod:`parser` module. Add some of your new syntax to ``test_parser``,
bang on :file:`Modules/parsermodule.c` until it passes.

* ``_Unparser`` in the :file:`Lib/ast.py` file may need changes to accommodate
any modifications in the AST nodes.

* Add some usage of your new syntax to ``test_grammar.py``.

* Certain changes may require tweaks to the library module :mod:`pyclbr`.
Expand Down