This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: PROPOSAL: Objective-C++

[Get raw message]
I know nothing about Objective-C, so I have only two comments:

> easier from then on.  The idea is to change gcc/cp/parse.y
> to gcc/cp/cp-parse.in, and then use sed to separate out
> the C++ and Objective-C++ portions of the Yacc file,
> _exactly_ as is presently being done with C and Objective-C.

Are you aware of the cp-parser-branch?  The current parse.y is on its
way out.


> The good news about adding Objective-C++ to gcc is that
> very little actual new code will be required!  Most of the
> functionality already exists in the cp/ and objc/ folders. :)

What kind of library support is required by Objective-C++?  No changes
at all, or a few tweaks to libstdc++-v3, or an entirely new libstdobjc++
library, or what?  :-)  Again, I know nothing about the language, so this
question may be completely moot.


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]