On Thu, Jul 28, 2005 at 04:11:17PM -0400, Mike T. Machenry wrote: > "It is said that 'only perl can parse Perl'" -- Wikipedia > > I have been searching the 'net for a Perl Parser. I haven't had any luck on > CPAN and I found a dead project on sourceforge(t). Does anyone know of any > Perl parsers that exist? I understand that lex/yacc can't parse Perl due to > ambiguities in the syntax. I would be quite happen with a 95% correct parse > tree. I also do not care which language the parser is written in. I would > like to hear about any and all parsers that anyone knows about though even > if you think they might kind of suck. Thank you.
I really haven't tried it, but you might want to look at Adam Kennedy's PPI (available on CPAN). dha -- David H. Adler - <[EMAIL PROTECTED]> - http://www.panix.com/~dha/ M-x induce-carpal-tunnel-syndrome - Greg Bacon _______________________________________________ Boston-pm mailing list [email protected] http://mail.pm.org/mailman/listinfo/boston-pm

