Skip to content

Commit

Permalink
Remove a leftover commit
Browse files Browse the repository at this point in the history
  • Loading branch information
vrurg committed Nov 25, 2019
1 parent 6abdf27 commit 0f86e49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Perl6/Grammar.nqp
Expand Up @@ -1819,7 +1819,7 @@ grammar Perl6::Grammar is HLL::Grammar does STD {
| {} <sigil> <!{ $*QSIGIL }> <?MARKER('baresigil')> # try last, to allow sublanguages to redefine sigils (like & in regex)
]
[ <?{ $<twigil> && ( $<twigil> eq '.' || $<twigil> eq '.^' ) }>
[ <.unsp> | '\\' | <?> ] <?[(:]> <!RESTRICTED> #<arglist=.postcircumfix>
[ <.unsp> | '\\' | <?> ] <?[(:]> <!RESTRICTED>
:dba('method arguments')
[
| ':' <?before \s | '{'> <!{ $*QSIGIL }> <arglist>
Expand Down

0 comments on commit 0f86e49

Please sign in to comment.