Skip to content

Commit

Permalink
forbid my $1
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Aug 28, 2010
1 parent a821f58 commit 4ca5220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Perl6/Grammar.pm
Expand Up @@ -786,7 +786,7 @@ token variable {
|| [
| <sigil> <twigil>? <desigilname>
| <special_variable>
| <sigil> $<index>=[\d+]
| <sigil> $<index>=[\d+] [ <?{ $*IN_DECL}> <.panic: "Can't declare a numeric variable">]?
| <sigil> <?[<[]> <postcircumfix>
| $<sigil>=['$'] $<desigilname>=[<[/_!]>]
| <sigil> <?{ $*IN_DECL }>
Expand Down

0 comments on commit 4ca5220

Please sign in to comment.