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
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
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