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: Q: front-ends to gcc


On 18-Sep-2002, Steven Bosscher <s.bosscher@student.tudelft.nl> wrote:
> Op wo 18-09-2002, om 13:59 schreef Jarl Friis:
> > Dear GCC team.
> > 
> > I am curious of the plans/status of a C# front-end for gcc, can anyone
> > give me some information on this?
> 
> There are free C# compilers, such as Mono:: (written in C#) and dotGNU
> Portable.NET (written in C).

There is also a .NET -> native code compiler, which compiles via C.
See <http://www.nexus.hu/vargaz2/>.

So you can go C# -> MSIL -> C -> native code.

(1) C# -> MSIL.
    Any .NET C# compiler, e.g. from Portable.NET, Mono, or Microsoft.

(2) MSIL -> C
    Zoltan Varga's ngen clone.

(3) C -> Native code
    Any C compiler, e.g. GNU C.

-- 
Fergus Henderson <fjh@cs.mu.oz.au>  |  "I have always known that the pursuit
The University of Melbourne         |  of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh>  |     -- the last words of T. S. Garp.


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