Please don't forget to cc the Help-Bison list so others know that your problem is solved.

At 15:10 +0200 2005/05/01, Eduardo Robles Elvira wrote:
El Domingo 01 Mayo 2005 13:22, escribió:
 If if you want an explanation of what that means, it means exactly
 what it says, namely, you have entered a grammar which is such that
 no parser input can cause those rules to be reduced. Normally that is
 an error in the grammar design. If you enter a mid-rule action, Bison
 will implement that by introducing an anonymous, empty rule, which
 thus is prone at generating conflicts, if not used cautiously.
 --
    Hans Aberg

Thanks for your answer Hans !

I was doing something really stupid, I just hadn't noticed :-). Finally I got
i working, it was a matter of noting where the problem was, as always happen
with silly problems/errors, you see.

Cheers,
     Edulix.


--
  Hans Aberg


_______________________________________________ Help-bison@gnu.org http://lists.gnu.org/mailman/listinfo/help-bison

Reply via email to