index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Parser
/
pgen
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typo in the parser generator (GH-18603)
xatier
2020-03-09
1
-1/+1
*
Allow pgen to produce a DOT format dump of the grammar (GH-18005)
Pablo Galindo
2020-01-14
3
-2/+46
*
bpo-11410: Standardize and use symbol visibility attributes across POSIX and ...
Vinay Sajip
2019-10-15
1
-2/+3
*
Fix typo in the algorithm description (GH-15774)
Pablo Galindo
2019-09-09
1
-1/+1
*
Fix typos in the documentation of Parser/pgen (GH-15416)
Shashi Ranjan
2019-08-24
1
-7/+7
*
Refactor Parser/pgen and add documentation and explanations (GH-15373)
Pablo Galindo
2019-08-22
7
-332/+753
*
Remove duplicate call to strip method in Parser/pgen/token.py (GH-14938)
Hansraj Das
2019-07-24
1
-6/+2
*
use `const` in graminit.c (GH-12713)
tyomitch
2019-04-23
1
-3/+3
*
bpo-36623: Clean parser headers and include files (GH-12253)
Pablo Galindo
2019-04-13
1
-1/+0
*
bpo-36143: Regenerate Lib/keyword.py from the Grammar and Tokens file using p...
Pablo Galindo
2019-03-25
1
-0/+60
*
Remove d_initial from the parser as it is unused (GH-12212)
tyomitch
2019-03-09
1
-1/+1
*
Clean implementation of Parser/pgen and fix some style issues (GH-12156)
Pablo Galindo
2019-03-04
4
-28/+14
*
bpo-35808: Retire pgen and use pgen2 to generate the parser (GH-11814)
Pablo Galindo
2019-03-01
5
-0/+642