mirror of
https://github.com/python/cpython.git
synced 2024-11-24 17:47:13 +01:00
5b318c0e07
svn+ssh://pythondev@svn.python.org/python/trunk ........ r65378 | georg.brandl | 2008-08-01 22:04:43 +0200 (Fri, 01 Aug 2008) | 4 lines Add the grammar to the reference manual, since the new docs don't have the feature of putting all the small EBNF snippets together into one big file. ........ r65379 | georg.brandl | 2008-08-01 22:13:29 +0200 (Fri, 01 Aug 2008) | 2 lines This should really be a comment. ........ r65430 | georg.brandl | 2008-08-03 11:21:18 +0200 (Sun, 03 Aug 2008) | 2 lines #3495: use current version. ........
8 lines
208 B
ReStructuredText
8 lines
208 B
ReStructuredText
Full Grammar specification
|
|
==========================
|
|
|
|
This is the full Python grammar, as it is read by the parser generator and used
|
|
to parse Python source files:
|
|
|
|
.. literalinclude:: ../../Grammar/Grammar
|