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.org/

:   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 parsers in Perl, I would be grateful.
: 
: 
: Thank you very much,
: Regards,
: Alex.

-- 
Casey West

Reply via email to