Skip to content
This repository has been archived by the owner on Feb 3, 2021. It is now read-only.

Commit

Permalink
[nqp]: Allow regexes to take parameters.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmichaud committed Oct 29, 2009
1 parent d8f4a95 commit acc9532
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/NQP/Grammar.pm
Expand Up @@ -218,6 +218,7 @@ rule regex_declarator {
| $<sym>=[regex|token|rule]
<deflongname>
<.newpad>
[ '(' <signature> ')' ]?
{*} #= open
'{'<p6regex_nibbler>'}'<?ENDSTMT>
]
Expand Down

0 comments on commit acc9532

Please sign in to comment.