File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -2472,7 +2472,7 @@ grammar P6 is STD {
2472
2472
| <sigil > <index = .decint > [<?{ $ * IN_DECL }> <.panic : "Cannot declare a numeric variable" >]?
2473
2473
# Note: $() can also parse as contextualizer in an expression; should have same effect
2474
2474
| <sigil > <? before '<' > <postcircumfix > [<?{ $ * IN_DECL }> <.panic : "Cannot declare a match variable" >]?
2475
- | <sigil > < ? before '(' > < postcircumfix > [<?{ $ * IN_DECL }> <.panic : "Cannot declare a contextualizer" >]?
2475
+ | :dba ( 'contextualizer' ) <sigil > '(' ~ ')' < semilist > { $ * LEFTSIGIL ||= $ < sigil > . Str } < O ( | % term ) > [<?{ $ * IN_DECL }> <.panic : "Cannot declare a contextualizer" >]?
2476
2476
| <sigil > <?{ $ * IN_DECL }>
2477
2477
| <?> {
2478
2478
if $ * QSIGIL {
@@ -3190,9 +3190,6 @@ grammar P6 is STD {
3190
3190
<O (| % term )>
3191
3191
}
3192
3192
3193
- token circumfix :sigil
3194
- { :dba ('contextualizer' ) <sigil > '(' ~ ')' <semilist > { $ * LEFTSIGIL ||= $ < sigil > . Str } <O (| % term )> }
3195
-
3196
3193
token circumfix :sym <( ) >
3197
3194
{ :dba ('parenthesized expression' ) '(' ~ ')' <semilist > <O (| % term )> }
3198
3195
You can’t perform that action at this time.
0 commit comments