help-bison
[Top][All Lists]
Advanced

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

Re: Bison and C++


From: Hans Aberg
Subject: Re: Bison and C++
Date: Sat, 11 Aug 2001 09:28:25 +0200

At 20:08 +0000 2001/08/10, robert anisko wrote:
>So, please, go ahead, any proposals,
>suggestions, or comments are welcome.

Note that the parser that Bison generates makes an unconditional $$ = $1
before the rule action is applied, and that it is not possible to have that
under C++, because two assignments need not be semantically equivalent to
one assignment. (Does not work with auto_ptr, for example.)

  Hans Aberg





reply via email to

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