https://github.com/python/cpython/commit/b9082958ef7dfb57d0fef745a5bf2521546a0dd6 commit: b9082958ef7dfb57d0fef745a5bf2521546a0dd6 branch: main author: Valerii <[email protected]> committer: iritkatriel <[email protected]> date: 2024-11-06T22:11:48Z summary:
gh-126509: Update link to CPython's grammar docs in InternalDocs/parser.md (#126510) files: M InternalDocs/parser.md diff --git a/InternalDocs/parser.md b/InternalDocs/parser.md index 6398ba6cd2838f..a0c70b46087d1a 100644 --- a/InternalDocs/parser.md +++ b/InternalDocs/parser.md @@ -17,7 +17,7 @@ Therefore, changes to the Python language are made by modifying the [grammar file](../Grammar/python.gram). Developers rarely need to modify the generator itself. -See the devguide's [Changing CPython's grammar](https://devguide.python.org/developer-workflow/grammar/#grammar) +See [Changing CPython's grammar](./changing_grammar.md) for a detailed description of the grammar and the process for changing it. How PEG parsers work _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: [email protected]
