This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [c++, cxx-reflection] Initial thoughts on type reflection.
On Tue, Mar 11, 2003 at 11:03:18PM +0100, Gabriel Dos Reis wrote:
>
> What I wanted is:
>
> postfix-expression ::=
> <standard productions>
> | compile-time-operator ( expression-or-type-id-list )
>
> compile-time-operator ::=
> <(non closed) list of compile-time operators>
>
> I was calling the thingies involved in the last line "built-ins".
Suggestions: let's leave "built-ins" for the functions described in
builtins.def, and use "compile-time-operator" instead.
Having said that, I'll add this: we also want to be able to make identical
changes to the C grammar, with a subset of the CTOs.
Phil
--
If ye love wealth greater than liberty, the tranquility of servitude greater
than the animating contest for freedom, go home and leave us in peace. We seek
not your counsel, nor your arms. Crouch down and lick the hand that feeds you;
and may posterity forget that ye were our countrymen. - Samuel Adams
- References:
- Re: [c++, cxx-reflection] Initial thoughts on type reflection.
- Re: [c++, cxx-reflection] Initial thoughts on type reflection.
- Re: [c++, cxx-reflection] Initial thoughts on type reflection.
- Re: [c++, cxx-reflection] Initial thoughts on type reflection.
- Re: [c++, cxx-reflection] Initial thoughts on type reflection.
- Re: [c++, cxx-reflection] Initial thoughts on type reflection.
- Re: [c++, cxx-reflection] Initial thoughts on type reflection.
- Re: [c++, cxx-reflection] Initial thoughts on type reflection.
- Re: [c++, cxx-reflection] Initial thoughts on type reflection.
- Re: [c++, cxx-reflection] Initial thoughts on type reflection.