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: Extending Gcc For a New Language


> 
> The basic question is does gcc support those language features. Or will I
> have to add support for them.  For example I assume gcc has support for
> Virtual Inheritance and that support is shared between C++ and Java, or am I
> wrong and does each front end have to support it for its self.  I'm sorry 
> I am very ignorant to Gcc internals.

But most of the features you mention have nothing to do with the back end, For
example type inference has nothing whatever to do with GCC, it is something your
front end must deal with!


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