Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix $< parsing (just replace what we had before with what STD has). F…
…ixes the S05 failures.
  • Loading branch information
jnthn committed Aug 31, 2012
1 parent 6c8ef80 commit f962cf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Perl6/Grammar.pm
Expand Up @@ -1169,7 +1169,7 @@ grammar Perl6::Grammar is HLL::Grammar {
}

token special_variable:sym['$<'] {
<sym> <!before \s* \w+ \s* '>' >
<sym> <?before \h* <[ = , ; ? : ! ) \] } ]> <!before \S* '>'> >
<.obs('$< variable', '$*UID')>
}

Expand Down

0 comments on commit f962cf8

Please sign in to comment.