Issue #7575: An overflow test for math.expm1 was failing on OS X 10.4/Intel,
[python.git] / Doc / reference / grammar.rst
blob83d0f8532c636662139e5178700ee6d52be68f6e
1 Full Grammar specification
2 ==========================
4 This is the full Python grammar, as it is read by the parser generator and used
5 to parse Python source files:
7 .. literalinclude:: ../../Grammar/Grammar