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 ee80f05 commit 5280184Copy full SHA for 5280184
internals/parser.rst
@@ -92,11 +92,11 @@ Key ideas
92
PEG parser doesn't have a concept of "where the :exc:`SyntaxError` is".
93
94
95
-Consequences or the ordered choice operator
96
--------------------------------------------
97
-
98
.. _consequences-of-ordered-choice:
99
+Consequences of the ordered choice operator
+-------------------------------------------
+
100
Although PEG may look like EBNF, its meaning is quite different. The fact
101
that in PEG parsers alternatives are ordered (which is at the core of how PEG
102
parsers work) has deep consequences, other than removing ambiguity.
0 commit comments