[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: union and stuff
From: |
Paul Eggert |
Subject: |
Re: union and stuff |
Date: |
09 Oct 2003 22:54:22 -0700 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 |
Leah <address@hidden> writes:
> Is there a better way than placing...
>
> #define union struct
>
> ...in the user declarations, to allow more than one type of value to be
> stored in a semantic value?
Sure: leave the union alone, but have one of its members be the structure.
> Is it likely that bison will support an %include directive sometime?
It's on the TODO list. Perhaps someone can volunteer the time to implement it.
> Is the help-bison list not working anymore?
Sorry, I don't read it. What problem are you having with it?