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: A FrontEnd in C++?


Zack Weinberg <zack@codesourcery.com> writes:

| > We already do. g++ and libstdc++ are perfectly good.
| 
| Not starting from scratch you don't have g++ and libstdc++.  Think
| about bootstrapping.

Certainly, but C++ used to have a front-end written in C++, called
CFront.  We all know how such a thing can be made.  I'm not convinced
that the additional work is higher than continuing to track and
implement things in C.  I'm not at all advocating for rewritting the
compiler in C++, but I'm not convinced that the supposed intrinsic
complexity makes the current situation any better. 

-- Gaby


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