Tom Lane wrote:
> We do in fact work with non-bison parser generators, or did last time
> I tried it (around 6.5 release). I would not like us to stop working
> with non-bison yaccs, since bison's output depends on alloca() which
> is not available everywhere.
I think GNU alloca should work on any platform because it's written in a
portable way.