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

Parsing with Perl

2001-04-26 Thread Alexandre Safinia
Hi there, does anybody know if there is an alternative for Lex & Yacc in Perl ? I have forgotten how to write C code and would like to avoid restarting with C and starting from scratch with Lex & Yacc. If you know about Verilog or VHDL language grammars or books about this kind of p

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