mirror of
https://github.com/python/cpython.git
synced 2026-05-19 02:44:16 -04:00
632f631c48
have the feature of putting all the small EBNF snippets together into one big file.
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
|