bug-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bison Files and Token Order


From: Tom Browder
Subject: Re: Bison Files and Token Order
Date: Tue, 22 Jan 2008 07:36:15 -0600

On 1/21/08, Tom Browder <address@hidden> wrote:
> On Jan 21, 2008 3:02 PM, tim <address@hidden> wrote:
> > On Mon, 2008-01-21 at 09:30 -0600, Tom Browder wrote:
...
> > You used to be able to specify the token numbers on left/right/nonassoc.
> > Now you have to have a separate token declaration. As far as I can tell
> > the bison info file is not clear about this point.
> >
> > It might be difficult to get autogen to do this change for you though.
> > Most tokens are just tokens not left/right etc.
>
> So far I've been able to get it to do it Ok (with a little help from
> Bruce).  Now if I can just get past gperf (a dependency that I don't
> believe is mentioned anywhere).

I got past gperf, although it doesn't like the fact that there are two
tokens that hash to the same spot (two instances of "???").

-Tom




reply via email to

[Prev in Thread] Current Thread [Next in Thread]