Home | History | Annotate | Download | only in reference
      1 Full Grammar specification
      2 ==========================
      3 
      4 This is the full Python grammar, as it is read by the parser generator and used
      5 to parse Python source files:
      6 
      7 .. literalinclude:: ../../Grammar/Grammar
      8