File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -316,13 +316,9 @@ grammar NQP::Grammar is HLL::Grammar {
316
316
token term :sym <package_declarator > { <package_declarator > }
317
317
token term :sym <scope_declarator > { <scope_declarator > }
318
318
token term :sym <routine_declarator > { <routine_declarator > }
319
- token term :sym <multi_declarator > {
320
- <? before 'multi' | 'proto' | 'only' >
321
- <! before 'proto' <.ws > ['regex' | 'token' | 'rule' ]>
322
- <multi_declarator >
323
- }
324
319
token term :sym <regex_declarator > { <regex_declarator > }
325
-
320
+ token term :sym <multi_declarator > { <multi_declarator > }
321
+
326
322
token term :sym <statement_prefix > { <statement_prefix > }
327
323
token term :sym <lambda > { <?lambda > <pblock > }
328
324
token term :sym <last > { <sym > [<.ws > <identifier > <?{ $ * W . is_lexical(~ $ < identifier > ) }> ]? { $ * CONTROL_USED := 1 } }
You can’t perform that action at this time.
0 commit comments