help-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: avoiding infinite loops


From: Joel E. Denny
Subject: Re: avoiding infinite loops
Date: Tue, 13 Jun 2006 15:21:17 -0400 (EDT)

On Tue, 13 Jun 2006, David Russinoff wrote:

> state 2
> 
>     a  ->  p .   (rule 3)
> 
>     $         go to state 4
> 
>     $         [reduce using rule 3 (a)]
>     $default  reduce using rule 3 (a)

I just noticed this output is that of an old version of Bison.  I don't 
see the last line you quote above.  Try upgrading to Bison 2.3, and this 
might start to make more sense to you.

Joel




reply via email to

[Prev in Thread] Current Thread [Next in Thread]