[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: A polymorphic YYSTYPE for C++ (instead of the %union)
From: |
Paul Eggert |
Subject: |
Re: A polymorphic YYSTYPE for C++ (instead of the %union) |
Date: |
Fri, 15 Jun 2007 09:12:01 -0700 |
User-agent: |
Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) |
Thanks for the patch that you proposed in
<http://lists.gnu.org/archive/html/bison-patches/2007-06/msg00000.html>.
I don't use C++, so you'll have to bear with me on some dumb
questions. Perhaps some other contributor who knows C++ well can also
chime in.
* How much is this patch tied to Boost? Can it be used easily with other
C++ libraries?
* What sort of documentation should appear in the Bison manual?
* Why is there a limitation on what types can appear? (They can't
have angle brackets, apparently.) Can this limitation be removed?
- Re: A polymorphic YYSTYPE for C++ (instead of the %union),
Paul Eggert <=