summaryrefslogtreecommitdiffstats
path: root/Parser/pgen/grammar.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-11410: Standardize and use symbol visibility attributes across POSIX and ...Vinay Sajip2019-10-151-2/+3
* Refactor Parser/pgen and add documentation and explanations (GH-15373)Pablo Galindo2019-08-221-2/+4
* 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
* 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-041-24/+9
* bpo-35808: Retire pgen and use pgen2 to generate the parser (GH-11814)Pablo Galindo2019-03-011-0/+160