[Mono-list] C Ansi Compiler for IL
BioChem333
biochem333@nyc.rr.com
09 Oct 2002 19:40:13 -0400
On Wed, 2002-10-09 at 12:13, Francesco Delfino wrote:
> I found this project of a C compiler with an IL backend... maybe it would be
> interesting to see if the licensing is compatible with Mono.
>
> http://www.cs.princeton.edu/software/lcc/
DotGNU Portable.NET has an in-development C front end to cscc; Rhys is
working on getting it to compile glibc->IL but it's still very early in
its development. For now, though, it has a small libc implementation of
its own called pnetC so you can compile very simple C programs to IL.
The licensing is, of course, the GNU GPL.
Rich