Applied in r28597, thanks!
Pm
So, since Rakudo's current grammar pretty much matches what STD.pm
has here, I'd prefer that we figure out how STD.pm is handling
empty statements and do that.
Thanks again!
Pm
As far as I can tell, STD.pm handles this problem in "token statement",
as shown below. If you modify the st
On Tue, Jun 10, 2008 at 01:07:45PM -0700, Ron Schmidt wrote:
> Perl 5 allows empty semicolon terminated statements. perl6 currently
> allows for empty closures but treats a semicolon that follows nothing or
> whitespace as a syntax error. The attached patch to grammar.pg provides
> a fix for t
# New Ticket Created by Ron Schmidt
# Please include the string: [perl #55594]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=55594 >
Perl 5 allows empty semicolon terminated statements. perl6 currently
allows for empty c