From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Martin v. Loewis" To: ttn@gnu.org Cc: gcc@gcc.gnu.org Subject: Re: C/C++ front-end extension a la SWIG? Date: Thu, 29 Jun 2000 00:45:00 -0000 Message-id: <200006290740.JAA00956@loewis.home.cs.tu-berlin.de> References: <200006290021.RAA31270@revel.glug.org> X-SW-Source: 2000-06/msg00744.html > 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