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: C/C++ front-end extension a la SWIG?


> does this make sense?

In my opinion, separating the C++ front-end from gcc is
pointless. What you get is more or less the parser, and the g++ parser
is not something you want to use unless you really have to. There are
a number of other good C++ parsers - I'd consider those first if I
needed one for a project.

Regards,
Martin


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