Skip to content

Commit

Permalink
pythongh-118323: Document && grammar syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Apr 26, 2024
1 parent 5a4d3df commit 811f0e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Grammar/python.gram
Expand Up @@ -78,6 +78,8 @@ _PyPegen_parse(Parser *p)
# Fail if e can be parsed, without consuming any input.
# ~
# Commit to the current alternative, even if it fails to parse.
# &&e
# Eager parse e. Fail with SyntaxError if e cannot be parsed.
#

# STARTING RULES
Expand Down

0 comments on commit 811f0e7

Please sign in to comment.