File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1911,14 +1911,14 @@ grammar P6 is STD {
1911
1911
[
1912
1912
| $ < type > =[<[ ! ^ ] >? ]<longname > [ <multisig > | <trait > ]*
1913
1913
| <multisig > <trait >*
1914
- | <sigil > '.'
1914
+ | <sigil >'.' :!s
1915
1915
:dba ('subscript signature' )
1916
1916
[
1917
1917
| '(' ~ ')' <signature >
1918
1918
| '[' ~ ']' <signature >
1919
1919
| '{' ~ '}' <signature > # don't need curlycheck here
1920
1920
| <? before '<' > <postcircumfix >
1921
- ]
1921
+ ]:s
1922
1922
<trait >*
1923
1923
| <?>
1924
1924
]
@@ -5111,7 +5111,7 @@ grammar Regex is STD {
5111
5111
]?
5112
5112
}
5113
5113
5114
- token assertion :sym <: > { <? before ':' < alpha > > <cclass_expr > }
5114
+ token assertion :sym <: > { <? before ':' > <cclass_expr > }
5115
5115
token assertion :sym <[ > { <? before '[' > <cclass_expr > }
5116
5116
token assertion :sym <+ > { <? before '+' > <cclass_expr > }
5117
5117
token assertion :sym <- > { <? before '-' > <cclass_expr > }
You can’t perform that action at this time.
0 commit comments