summaryrefslogtreecommitdiffstats
path: root/Parser/pgen/__main__.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-40939: Remove the old parser (GH-20768)Pablo Galindo2020-06-111-43/+0
* Allow pgen to produce a DOT format dump of the grammar (GH-18005)Pablo Galindo2020-01-141-1/+11
* Refactor Parser/pgen and add documentation and explanations (GH-15373)Pablo Galindo2019-08-221-5/+3
* Clean implementation of Parser/pgen and fix some style issues (GH-12156)Pablo Galindo2019-03-041-0/+1
* bpo-35808: Retire pgen and use pgen2 to generate the parser (GH-11814)Pablo Galindo2019-03-011-0/+34