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 _______________________________________________ help-bison@gnu.org https://lists.gnu.org/mailman/listinfo/help-bison