Re: Conflicts shift/reduction

2005-04-13 Thread Hans Aberg
At 21:16 +0200 2005/04/13, Eduardo Robles Elvira wrote: This is the bison output: lea.y: conflicts: 3 shift/reduce, 4 reduce/reduce lea.y:475.11-476.57: warning: rule never reduced because of conflicts: elif_statement_list: elif_statement How can I solve it ? The standard attempt to resolve shift/r

Conflicts shift/reduction

2005-04-13 Thread Eduardo Robles Elvira
Hello everybody ! I'm developing an Interpreter with flex & bison. The grammatical parser (with bison) part is mostly working; the problem is that there are a few problems I have yet to solve; Normally bison tells me: lea.y: conflicts: 2 shift/reduce, 4 reduce/reduce I haven't found it to misw