Compilers and using gcc as part of the compiler

Nicholas King <nicholas.king@studentmail.newcastle.edu.au>
15 Aug 2001 01:41:37 -0400

          From comp.compilers

Related articles
Compilers and using gcc as part of the compiler nicholas.king@studentmail.newcastle.edu.au (Nicholas King) (2001-08-15)
Re: Compilers and using gcc as part of the compiler fjh@cs.mu.OZ.AU (2001-08-16)
Re: Compilers and using gcc as part of the compiler axel@dtone.org (Axel Kittenberger) (2001-08-17)
Re: Compilers and using gcc as part of the compiler joachim_d@gmx.de (Joachim Durchholz) (2001-08-18)
| List of all articles for this month |

From: Nicholas King <nicholas.king@studentmail.newcastle.edu.au>
Newsgroups: comp.compilers
Date: 15 Aug 2001 01:41:37 -0400
Organization: The University of Newcastle
Keywords: GCC, question, comment
Posted-Date: 15 Aug 2001 01:41:37 EDT

I am working on building a compiler for a object oriented language i have
designed that consists of allowing methods in a object to return multiple
types at once.
ie return (String ,Int)
Now i was thinking would it be possible to use the gcc backend as the code
generation phrase? But i am unable to find anything on gcc architecture.
Any help would be appreciated.
Yours Sincerely Zeddie
[I'd compile to C and then use GCC to compile the C code. -John]


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.