Tin mới
gh-138281: Run `ruff` on `Tools/peg_generator` (#138282)
gh-125588: Teach the python PEG generator the new f-string tokens (#125589)
gh-124889: Rework Python generator cache (#125816)
Fix types in pegen parser generator (GH-120720)
gh-107015: Remove async_hacks from the tokenizer (#107018)
bpo-45866: pegen strips directory of "generated from" header (GH-29777)
bpo-44257: fix "assigment_expr" typo + regenerate the grammar, and remove unused imports (GH-29393)
Extract visitors from the grammar nodes and call makers in the peg generator (GH-28172)
Update pegen to use the latest upstream developments (GH-27586)
bpo-38605: Revert making 'from __future__ import annotations' the default (GH-25490)
Remove unnecessary imports in the grammar parser (GH-24904)
Fix 'gather' rules in the python parser generator (GH-22021)
bpo-41044: Generate valid PEG python parsers for opt+seq rules (GH-20995)
bpo-40334: use the TOKENS file when checking dangling rules (GH-19849)
bpo-40334: refactor and cleanup for the PEG generators (GH-19775)
bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503)