Open source C# compilers in C#? [closed]
We don’t allow questions seeking recommendations for books, tools, s开发者_如何转开发oftware libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this questionAre there any open source C# compilers written in C#?
I know of Blue
, but it was written in 2001 and only supports C# 1:
- Mike Stall's 'Blue' C# Compiler
Ideally, I'm looking for one which supports C# 3.0 - but even 2.0 would be fine.
mono's C# compiler is written in C#. If you need to just parse C# source text, you may use NRefactory.
How about the mono C# compiler, which is written in C# itself. You can browse the source here.
Here is another one, but also quite old, from 2002.
精彩评论