Re: Parsing with Perl

2001-04-26 Thread Paul Johnson
On Thu, Apr 26, 2001 at 10:05:16AM -0400, Casey West wrote: > On Thu, Apr 26, 2001 at 04:47:58PM +0200, Alexandre Safinia wrote: > : > : Hi there, > : does anybody know if there is an alternative for Lex & Yacc > : in Perl ? > > Go to the CPAN and take a look at Parse::RecDecent. It is a fa

Re: Parsing with Perl

2001-04-26 Thread Casey West
On Thu, Apr 26, 2001 at 04:47:58PM +0200, Alexandre Safinia wrote: : : Hi there, : does anybody know if there is an alternative for Lex & Yacc : in Perl ? Go to the CPAN and take a look at Parse::RecDecent. It is a fantastic decent parser with a similar syntax to Yacc. http://search.cpan.o