Skip to content

Commit

Permalink
Merge branch 'master' of git@github.com:rakudo/rakudo
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Feb 11, 2009
2 parents 4367761 + d44d19c commit 50a61ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parser/grammar.pg
Expand Up @@ -482,7 +482,7 @@ rule post_constraint {
}

token param_var {
<sigil> <twigil>? <identifier>
<sigil> <twigil>? [ <identifier> || $<identifier>=['/'] ]
{*}
}

Expand Down

0 comments on commit 50a61ae

Please sign in to comment.