Open source C compiler in C#?

Posted by Dinah on Stack Overflow See other posts from Stack Overflow or by Dinah
Published on 2010-03-17T17:37:34Z Indexed on 2010/03/17 17:41 UTC
Read the original article Hit count: 251

Filed under:
|
|

I've been getting into compiler creation. I've found some terrific beginner stuff and advanced stuff but nothing in the middle. I've created 3 different simple proof-of-concept compilers for toy languages but I want to expose myself to something real.

The most straight forward real language in terms of syntax seems to be C. Since the language I'm most comfortable with right now is C#, I'd love to study the source code of a real non-tutorial C compiler written in C#. Does one (with source code available) exist?

© Stack Overflow or respective owner

Related posts about c

    Related posts about c#