Skip to content

Commit

Permalink
more grammar fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Sep 27, 2024
1 parent 2cf8ccc commit b473d7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/RegexGrammar.pp
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
alternation()

alternation:
concatenation()? ( ::alternation:: concatenation()? #alternation )*
concatenation()? ( <alternation> concatenation()? #alternation )*

concatenation:
( internal_options() | assertion() | quantification() | condition() )
Expand All @@ -155,7 +155,7 @@
| ::assertion_reference_:: alternation() #assertioncondition
)
::_capturing:: concatenation()?
( ::alternation:: concatenation()? )?
( <alternation> concatenation()? )?
::_capturing::

assertion:
Expand Down

0 comments on commit b473d7f

Please sign in to comment.