help-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problems using bison and flex with C++


From: Hans Aberg
Subject: Re: Problems using bison and flex with C++
Date: Sun, 27 Jun 2004 21:05:53 +0200

At 16:37 +0200 2004/06/27, Laurence Finston wrote:
>-------------------
>> Hans Aberg <address@hidden> writes:
>>
>> > It is the question whether each new invokation of the parser function
>> > creates a new independent parser stack.
>>
>> Yes, it does.  (This is true even for non-pure parsers.)
>>
>>
>
>Great!  That's a real weight off my mind.  I thought I remembered a passage in
>the manual about the entire parser state including the stack being local to
>`yyparse()' (and non-static), but I couldn't find it in the manual at
>`http://www.gnu.org/software/bison/manual/'.  I just checked, and it's for
>Bison 1.35 while the current stable release is 1.875. Would it be possible for
>someone to update the online manual, if there's a newer one?

My guess is that if you update it, probably Paul Eggert can put it into the
distribution. :-)

  Hans Aberg






reply via email to

[Prev in Thread] Current Thread [Next in Thread]