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 answer to all your question is no. Obviously gcc cannot out of the box accomodate
arbitrary new language features you think up. It does not have some magic table
driven front end.

You will need to write a new front end that properly accomodates the syntax and
static semantics of your language. What Mike was saying is that you won't need
to make changes to the gcc framework (interface to back end, back end itself etc).


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