bison-patches
[Top][All Lists]
Advanced

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

Re: proposal: simplify prologue alternatives into %code


From: Paolo Bonzini
Subject: Re: proposal: simplify prologue alternatives into %code
Date: Tue, 09 Jan 2007 16:10:05 +0100
User-agent: Thunderbird 1.5.0.9 (Macintosh/20061207)


Not a big case of interface mismatch.

If you think that, you are of course free to fix it your own way.

You idea is to let the C++ polymorphic class implementation to emulate the implementation of a C 'union', and such ties between unrelated features in different languages does not seem wise to me.

Absolutely not. I would be in favor of allowing to specify a type within %type<> (using static_cast instead of accessing a union).

What I meant, is that requiring the yystype to implement operator*() is not likely to put a lot of burden on somebody who has to resolve the interface mismatch.

Paolo




reply via email to

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