blob: 83d0f8532c636662139e5178700ee6d52be68f6e [file] [log] [blame]
Georg Brandl5b318c02008-08-03 09:47:27 +00001Full Grammar specification
2==========================
3
4This is the full Python grammar, as it is read by the parser generator and used
5to parse Python source files:
6
7.. literalinclude:: ../../Grammar/Grammar