[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Comments in %union processed incorrectly
From: |
Hans Aberg |
Subject: |
Re: Comments in %union processed incorrectly |
Date: |
Thu, 3 Jan 2002 12:20:09 +0100 |
At 10:13 +0100 2002/01/03, Akim Demaille wrote:
>Of course there were stacks. No one would ever want of a
>recognizer-generator, people want a parser-generator!
If you look into the bison.simple code, I think you will find that the
"stack policy" is the dynamic reallocation stuff, not the initial, static
default stack.
Hans Aberg