On 1/21/08, Tom Browder <[EMAIL PROTECTED]> wrote: > On Jan 21, 2008 3:02 PM, tim <[EMAIL PROTECTED]> 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
