Hello, all.
I hope some one already faced this problem in past. Who can help, please?
My Verilog parser, generated by bison does not start a parse process. It
happend in bison 1.50, 1.875c and latest 2.4.3
But it works fine, when generated with bison 1.35 !!!
What has changed from 1.35 to 1.50?
-- Forwarded message --
From: John P. Hartmann
Date: 24 August 2010 15:59
Subject: Re: Parser generated on Bison 1.5 (and later) does not start a parsing
To: Baruch Gudesblat
Add %error-verbose to the declarations section and set yydebug=1
before calling the parser.
j.
On 24