We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f82f22 commit bcc9579Copy full SHA for bcc9579
1 file changed
Doc/reference/grammar.rst
@@ -13,7 +13,8 @@ In particular, ``&`` followed by a symbol, token or parenthesized
13
group indicates a positive lookahead (i.e., is required to match but
14
not consumed), while ``!`` indicates a negative lookahead (i.e., is
15
required _not_ to match). We use the ``|`` separator to mean PEG's
16
-"ordered choice" (written as ``/`` in traditional PEG grammars).
+"ordered choice" (written as ``/`` in traditional PEG grammars). See
17
+:pep:`617` for more details on the grammar's syntax.
18
19
.. literalinclude:: ../../Grammar/python.gram
20
:language: peg
0 commit comments