Re: About the version of bison

2014-12-27 Thread Hans Aberg
> On 26 Dec 2014, at 16:32, 562462...@qq.com wrote: > > Hello! > I have downloaded and installed the bison-3.0.tar.gz. But it shows 'bison > 2.3' when I check the version of my bison. Try ‘which bison’: you might be on OS X, which sets the PATH so that /usr/local/bin/, where the new bison is i

QUESTION: what technique used in pack_tables() ?

2014-12-27 Thread sean nakasone
Hi Folks, anyone know what technique is used in pack_tables() ? This is in tables.c. Is the goal to find the order of something that uses the least amount of space? There's a comment "Use the greatest possible negative infinites". What does this mean? __