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

Commit

Permalink
[p6regex]: Argument value computed incorrectly -- fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmichaud committed Nov 2, 2009
1 parent 1ee030e commit 81afeca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Regex/P6Regex/Grammar.pm
Expand Up @@ -14,7 +14,7 @@ grammar Regex::P6Regex::Grammar is HLL::Grammar;
token arg {
[
| <quote>
| $<value>=[\d+]
| $<val>=[\d+]
]
}

Expand Down

0 comments on commit 81afeca

Please sign in to comment.