Kaydet (Commit) 632f631c authored tarafından Georg Brandl's avatar Georg Brandl

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.
üst 1299e36a
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. ...@@ -27,4 +27,4 @@ interfaces available to C/C++ programmers in detail.
simple_stmts.rst simple_stmts.rst
compound_stmts.rst compound_stmts.rst
toplevel_components.rst toplevel_components.rst
grammar.rst
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment