[Mono-list] CIL frontend for gcc

Oskar Liljeblad oskar@osk.mine.nu
Fri, 7 Sep 2001 18:36:07 +0200


On Thursday, September 06, 2001 at 21:26, Miguel de Icaza wrote:
> 
>     > Hello all, I read in the FAQ that a CIL *frontend* for gcc could
>     > be useful for the Mono project. I've been thinking about making
>     > this as a part of a master's work.  Or at least begin coding on
>     > it. Is anyone working on this already?
> 
> Various people have expressed interest in the project, but have
> remained quiet since the day they mentioned it.

I intend to differ, but the success will depend on how well I'm
going to understand the GCC front-end API (assuming that the
work is accepted by the university supervisor in the first place).

So if anyone has some code for this GCC project already, it is due
time to shout out now :). 

Anyway, I assume it would be a good idea to use the Mono metadata
library (i.e. mono_assembly_open and c:o) in the frontend, right?

Oskar Liljeblad