What tools and libraries are available for implementing compilers targeting the CLR?

Posted by Christopher Barber on Stack Overflow See other posts from Stack Overflow or by Christopher Barber
Published on 2010-05-18T21:07:59Z Indexed on 2010/05/18 21:10 UTC
Read the original article Hit count: 227

Filed under:
|
|

What compiler tools and supporting libraries are available that would help in implementing a compiler targeting .NET and the CLR? Preferably open source. I am especially interested in frameworks that implement a high-level IR and support for common high-level and middle-level optimizations.

© Stack Overflow or respective owner

Related posts about compiler

Related posts about clr