Skip to content

Commit

Permalink
[Yapsi] updated comment to fit with reality
Browse files Browse the repository at this point in the history
  • Loading branch information
Carl Masak committed Aug 9, 2010
1 parent b3af4ad commit bf1964c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Yapsi.pm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ grammar Yapsi::Perl6::Grammar {
regex TOP { ^ <statementlist> <.ws> $ }
regex statementlist { <statement> ** <eat_terminator> }
token statement { <statement_control> || <expression> || '' }
# RAKUDO: <?after '{'> NYRI [perl #76894]
# RAKUDO: <?after '}'> NYRI [perl #76894]
regex eat_terminator { <?{ $/.CURSOR.pos > 0
&& $_PROGRAM.substr($/.CURSOR.pos - 1, 1) eq '}'
}> \n
Expand Down

0 comments on commit bf1964c

Please sign in to comment.