Re: Help with gram.y (UNDER) - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Help with gram.y (UNDER)
Date
Msg-id 7665.959187165@sss.pgh.pa.us
Whole thread Raw
In response to Re: Help with gram.y (UNDER)  (Chris Bitmead <chris@bitmead.com>)
List pgsql-hackers
Chris Bitmead <chris@bitmead.com> writes:
> Does the '(' have some kind of second-class status as a token that would
> cause this wierdness?

No ... very bizarre.  I think you must be introducing some kind of
ambiguity into the grammar, but I can't quite see what.  Are you
getting any sort of warnings out of bison?

Might be worth turning on the logfile option (forget if it's -v or -l)
and looking at the interpreted productions just to make sure bison
is reading things the same way you thought you wrote them.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Jeff Hoffmann
Date:
Subject: Re: Re: interactive pgsql book
Next
From: Karel Zak
Date:
Subject: Re: understanding Datum -> char * -> Datum conversions