[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Main] %union can be define in user declaration.
From: |
Akim Demaille |
Subject: |
Re: [Main] %union can be define in user declaration. |
Date: |
21 Jan 2002 14:31:50 +0100 |
User-agent: |
Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Common Lisp) |
>>>>> "Pascal" == Pascal Bart <address@hidden> writes:
Pascal> Hello,
>> I think this is the wrong approach. It seems a bit too complex to
>> me.
Pascal> Yes, me too.
>> I was merely asking for the removal of the %yystype _use_ in the
>> skeletons (but do not remove the code), and for the output of the
>> definition directly into %prologue.
Pascal> This is another way, but I'm afraid this break secondary goal,
Pascal> which is to leave bison generate parsers written in another
Pascal> language than C-like.
I understand very well what you are afraid of, and I feel the same as
you do. But currently we have no proof we _need_ what you're doing,
so let's try the simplest first, and add complexity on demand.
Please, submit a patch along these lines. Do include a test case.
TIA!