summaryrefslogtreecommitdiffstats
path: root/Parser/pgen
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in the parser generator (GH-18603)xatier2020-03-091-1/+1
* Allow pgen to produce a DOT format dump of the grammar (GH-18005)Pablo Galindo2020-01-143-2/+46
* bpo-11410: Standardize and use symbol visibility attributes across POSIX and ...Vinay Sajip2019-10-151-2/+3
* Fix typo in the algorithm description (GH-15774)Pablo Galindo2019-09-091-1/+1
* Fix typos in the documentation of Parser/pgen (GH-15416)Shashi Ranjan2019-08-241-7/+7
* Refactor Parser/pgen and add documentation and explanations (GH-15373)Pablo Galindo2019-08-227-332/+753
* Remove duplicate call to strip method in Parser/pgen/token.py (GH-14938)Hansraj Das2019-07-241-6/+2
* use `const` in graminit.c (GH-12713)tyomitch2019-04-231-3/+3
* bpo-36623: Clean parser headers and include files (GH-12253)Pablo Galindo2019-04-131-1/+0
* bpo-36143: Regenerate Lib/keyword.py from the Grammar and Tokens file using p...Pablo Galindo2019-03-251-0/+60
* Remove d_initial from the parser as it is unused (GH-12212)tyomitch2019-03-091-1/+1
* Clean implementation of Parser/pgen and fix some style issues (GH-12156)Pablo Galindo2019-03-044-28/+14
* bpo-35808: Retire pgen and use pgen2 to generate the parser (GH-11814)Pablo Galindo2019-03-015-0/+642