source: python/vendor/Python-2.7.6/Doc/reference/grammar.rst

Last change on this file was 2, checked in by Yuri Dario, 15 years ago

Initial import for vendor code.

  • Property svn:eol-style set to native
File size: 208 bytes

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
Note: See TracBrowser for help on using the repository browser.