bug-bison
[Top][All Lists]
Advanced

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

Re: Crash with bison 1.35


From: Akim Demaille
Subject: Re: Crash with bison 1.35
Date: 17 Apr 2002 09:28:50 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Common Lisp)

| OK, I am not at all tuned into yacc/bison anymore but this "grammar of
| death", shouldn't crash bison I guess:
| 
| 
| 
| %token FOO  100001
| 
| %%
| 
| statement : FOO
|            | FOO statement
|            ;
| %%
| 

Nope, it shouldn't.  It is a well known problem of 1.3x which is fixed
in the next release, of the 1.5x series.



reply via email to

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