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]
Other format: [Raw text]

Re: C++ front end


It is perfectly possible to write a front end in C++ and I see no objections
in doing so. Naturally you would want to ensure that the front end is
compilable with the current version of g++ and stays that way :-)

Note that writing a front end for C++ in C++ would also be possible, but
would acquire some of the problems that GNAT has (since then you would have
to find a working binary to bootstrap, just as you have to find a working
GNAT binary to compile GNAT).


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