This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
recursive-descent expression parsing
authorZefram <zefram@fysh.org>
Sat, 11 Dec 2010 01:31:03 +0000 (01:31 +0000)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 12 Dec 2010 00:59:54 +0000 (16:59 -0800)
commit78cdf10786e359ee461137c8a18efb13ea76c331
treec9510d0ed5c75f7aa97bbe780318c347318b5ce7
parent72aa120d9a32a14196c9e39aa26993909423f096
recursive-descent expression parsing

New API functions parse_fullexpr(), parse_listexpr(), parse_termexpr(),
and parse_arithexpr(), to parse an expression at various precedence
levels.
14 files changed:
MANIFEST
embed.fnc
embed.h
ext/XS-APItest/APItest.pm
ext/XS-APItest/APItest.xs
ext/XS-APItest/t/arrayexpr.t [new file with mode: 0644]
global.sym
parser.h
perly.act
perly.h
perly.tab
perly.y
proto.h
toke.c