File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -4119,7 +4119,7 @@ grammar P6 is STD {
4119
4119
<O (| % term )>
4120
4120
}
4121
4121
4122
- token args ($ istype = 0 ) {
4122
+ token args ($ isterm = 0 ) {
4123
4123
:my $ listopish = 0;
4124
4124
:my $ * GOAL ::= '' ;
4125
4125
:my $ * INVOCANT_OK = 1;
@@ -4128,8 +4128,9 @@ grammar P6 is STD {
4128
4128
# | :dba('argument list') '.(' ~ ')' <semiarglist>
4129
4129
| :dba ('argument list' ) '(' ~ ')' <semiarglist >
4130
4130
| :dba ('argument list' ) <.unsp > '(' ~ ')' <semiarglist >
4131
- | { $ listopish = 1 ; @ * MEMOS [$¢. pos ]<listop > = 1 ; }
4132
- [<? before \s > <!{ $ istype }> <.ws > <!infixstopper > <arglist >]?
4131
+ | <!{ $ isterm }>
4132
+ { $ listopish = 1 ; @ * MEMOS [$¢. pos ]<listop > = 1 ; }
4133
+ [<? before \s > <.ws > <!infixstopper > <arglist >]?
4133
4134
]
4134
4135
$ < invocant > = { $ * INVOCANT_IS }
4135
4136
You can’t perform that action at this time.
0 commit comments