This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: C/C++ front-end extension a la SWIG?
- To: ttn at gnu dot org
- Subject: Re: C/C++ front-end extension a la SWIG?
- From: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Date: Thu, 29 Jun 2000 09:40:24 +0200
- CC: gcc at gcc dot gnu dot org
- References: <200006290021.RAA31270@revel.glug.org>
> 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