Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
handle degenerate case of empty ${}
  • Loading branch information
TimToady committed Aug 22, 2015
1 parent 7d85cf9 commit 769c5b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Perl6/Grammar.nqp
Expand Up @@ -1917,6 +1917,7 @@ grammar Perl6::Grammar is HLL::Grammar does STD {
<!{ $*IN_DECL }>
<!{ $*QSIGIL }>
<!{ $<text> ~~ / '=>' || ':'<:alpha> || '|%' / }>
<!{ $<text> ~~ / ^ \s* $ / }>
<?{
my $sigil := $<sigil>.Str;
my $text := $<text>.Str;
Expand Down

0 comments on commit 769c5b3

Please sign in to comment.