This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
function to parse unlabelled statement
authorZefram <zefram@fysh.org>
Sun, 24 Oct 2010 02:13:39 +0000 (03:13 +0100)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 25 Oct 2010 19:29:47 +0000 (12:29 -0700)
New API function parse_barestmt() parses a pure statement, with no label,
and returns just the statement's core ops, not attaching a state op.


No differences found