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)
commit8359b381d0e4b7d1489abafb919f3c2a465401a4
tree50b3187c01fbea29c0ffe65bda449ef0419a690d
parent94bf0465170f13a4a3114b27d564dc2287d466b2
function to parse unlabelled statement

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.
12 files changed:
embed.fnc
embed.h
ext/XS-APItest/APItest.xs
ext/XS-APItest/t/stmtasexpr.t
ext/XS-APItest/t/swaptwostmts.t
global.sym
perly.act
perly.h
perly.tab
perly.y
proto.h
toke.c