mirror of https://github.com/python/cpython
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.
This commit is contained in:
parent
1299e36a70
commit
632f631c48
|
@ -0,0 +1,7 @@
|
|||
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
|
|
@ -27,4 +27,4 @@ interfaces available to C/C++ programmers in detail.
|
|||
simple_stmts.rst
|
||||
compound_stmts.rst
|
||||
toplevel_components.rst
|
||||
|
||||
grammar.rst
|
||||
|
|
Loading…
Reference in New Issue