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


> This would be a good strategy for you; not because it is best, but 
> because you then don't have to learn anything about gcc, the interface 
> is very stable, and it should be expressive enough.  Though, you've not 
> included enough details to say for sure.  Example, write a compile that 
> compiles the language:

The other possibility is to generate C++ or Ada for that matter, which allows
some fundamental additional expressive power (e.g. overflow checking in the
case of Ada, or exceptions in the case of both C and Ada).


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