Re: "Eating" comments: not with Flex but with Bison

2005-06-15 Thread Frans Englich
On Tuesday 14 June 2005 15:15, Tim Van Holder wrote: > Frans Englich wrote: > > On Tuesday 14 June 2005 11:36, Akim Demaille wrote: > >"Frans" == Frans Englich <[EMAIL PROTECTED]> writes: > >> > > >> > I would prefer to do this at the Bison/Parser level because it is > >> > convenient: I have a

Re: Interpreting shift/reduce conflicts from .output file

2005-06-15 Thread Frans Englich
On Sunday 12 June 2005 18:13, Sylvain Schmitz wrote: > Frans Englich wrote: > > state 118 > > > >72 SequenceType: ItemType . > >73 | ItemType . STAR > >74 | ItemType . PLUS > >75 | ItemType . QUESTION_MARK > > > > PLUS shift, and go

Re: Interpreting shift/reduce conflicts from .output file

2005-06-15 Thread Hans Aberg
At 17:05 + 2005/06/15, Frans Englich wrote: > >72 SequenceType: ItemType . >73 | ItemType . STAR >74 | ItemType . PLUS >75 | ItemType . QUESTION_MARK > > PLUS shift, and go to state 134 > STAR shift, and g