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 c57326f commit 51aefc5Copy full SHA for 51aefc5
Grammar/python.gram
@@ -78,6 +78,9 @@ _PyPegen_parse(Parser *p)
78
# Fail if e can be parsed, without consuming any input.
79
# ~
80
# Commit to the current alternative, even if it fails to parse.
81
+# &&e
82
+# Eager parse e. The parser will not backtrack and will immediately
83
+# fail with SyntaxError if e cannot be parsed.
84
#
85
86
# STARTING RULES
0 commit comments