help-bison
[Top][All Lists]
Advanced

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

[REQUEST] Infinite recursion warning


From: Valentin Tolmer
Subject: [REQUEST] Infinite recursion warning
Date: Tue, 10 Dec 2013 02:01:10 +0100

Hello,

In the following grammar, the only word recognized is NIL, because of
an infinite recursion.

exp:
NIL
| NIL list

list:
NIL list

It would be nice if Bison could raise a warning in case of an infinite
recursion.

Thanks!

-- 
Valentin Tolmer



reply via email to

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