See the devguide's [Changing CPython's grammar](https://devguide.python.org/developer-workflow/grammar/#grammar)
This document is now part of the [CPython Internals Docs](https://github.com/python/cpython/blob/main/InternalDocs/changing_grammar.md).
See the devguide's [Changing CPython's grammar](./changing_grammar.md)
Documentation
cpython/InternalDocs/parser.md line 20
The link refers to https://devguide.python.org/developer-workflow/grammar/#grammar with such content:
The link inside refers to https://github.com/python/cpython/blob/main/InternalDocs/changing_grammar.md which is in the same directory as an initial parsed.md docs file.
So it is suggested to use a relative path to the file as such
Linked PRs