Tom Lane wrote:
> Yeah, I just read the same in the bison manual. The thing that's
> bothering me is that a GLR parser would hide that ambiguity from you,
It doesn't really hide it. You still get the "N shift/reduce conflicts"
warnings from bison. You just know that they are being handled.
--
Peter Eisentraut
http://developer.postgresql.org/~petere/