[stringtemplate-interest] RE: [antlr-interest] Antlr 3beta2 and StringTemplate

Kay Roepke kroepke at classdump.org
Tue Aug 8 01:27:04 PDT 2006


On 8. Aug 2006, at 10:09 Uhr, Micheal J wrote:

> Anyways, given my basic[ly useless] knowledge of Objective-C, I  
> imagined
> full support for reflection over Objective-C types would be an  
> issue for a
> pure C++ project. I don't imagine that the C++ reflection  
> frameworks support
> Objective-C at all in fact.

Could you give me a link to a good C++ reflection framework? I'm not  
a heavy user of C++, so I don't have
an overview of that field.
The Objective-C/C++ integration works ok for the most part, and it  
actually is pretty easy to separate it out into
a C++-only part and then integrate it back via some wrapper classes.  
It ain't pretty, and I would avoid it if
possible, since compilation is pretty slow and you get all the nasty C 
++-ishness into your pretty code ;)

FWIW, I plan on doing an Obj-C version, so I don't know if the  
necessity of a C++/Obj-C hybrid version arises.

> As for plain C support, it is possible but it won't be pretty (or  
> easy!).

Well, you'd probably write a good-sized subset of the ObjC runtime  
(which is written in C) or another
class-simulation in C. shudder.

-k

-- 
Kay Röpke <kroepke at classdump.org>
classdump Software




More information about the antlr-interest mailing list