Back to Cpython

Changing CPython's grammar

InternalDocs/changing_grammar.md

3.15.0a82.7 KB
Original Source

Changing CPython's grammar

There's more to changing Python's grammar than editing Grammar/python.gram. Below is a checklist of things that may need to change.

[!NOTE]

Many of these changes require re-generating some of the derived files. If things mysteriously don't work, it may help to run make clean.

Checklist