will PropGCC support other languages besides C?
msrobots
Posts: 3,709
As far as my understanding of the GNU Compiler Collection (GCC) goes, it is able to compile besides C and C++ other languages like Objective-C, Fortran, Java, Ada, GO as Standard. There are other FrontEnds available (Modula, PL/1 etc.).
Is this or will this be possible with PropGCC as BackEnd?
Any way to produce a Spin-FrontEnd to use GCC to compile SPIN?
Enjoy!
Mike
Is this or will this be possible with PropGCC as BackEnd?
Any way to produce a Spin-FrontEnd to use GCC to compile SPIN?
Enjoy!
Mike
Comments
These things are possible, but there are no commitments to anything except C/C++. Community efforts would be welcomed of course.
Thanks,
--Steve
The PropGCC back end should be able to accomodate any of the languages; we've only had time to test it with C and C++. As Steve mentioned, community input to support additional languages would be very welcome (it would be cool to have a Fortran compiler for the Propeller :-)).
As for a Spin front end, such a thing would certainly be possible, but it's a question of time and resources. The closest thing at the present time is the spin2cpp converter (http://code.google.com/p/spin2cpp) which can convert .spin files to C++; using this and some makefile rules it's pretty easy to compile Spin to LMM or XMM PASM, as long as you have some command line experience.
Eric
-Phil