On Thu, 2005-07-28 at 16:11, 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.
Take a look at http://search.cpan.org/~adamk/PPI-1.002/ No idea how well it works, but it is at least being actively maintained. --kag _______________________________________________ Boston-pm mailing list [email protected] http://mail.pm.org/mailman/listinfo/boston-pm

