Remove C++/C99-style comments.
[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