C/C++ front-end extension a la SWIG?
thi
ttn@revel.glug.org
Thu Jun 29 08:48:00 GMT 2000
From: "Martin v. Loewis" <martin@loewis.home.cs.tu-berlin.de>
Date: Thu, 29 Jun 2000 09:40:24 +0200
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.
any particular recommendations?
btw, is the undesirability of the gcc C++ parser related to its
implementation or to its interface (or both)? if the implementation is
bad but the interface is ok, perhaps over time the code will change so
that both are ok.
thi
More information about the Gcc
mailing list