问题
Is C# compiler open source?
回答1:
At Build 2014, Microsoft announce that their next generation of compilers codenamed "Roslyn" would be made open source and be available on Github.
The legacy C# compiler from Microsoft is not open source, although it is freely available through Visual Studio Express or the .NET Framework SDK. However there are freely available, open source, C# compilers out there. Check out Mono
回答2:
SSCLI, otherwise known as Rotor, is a shared source version of the CLI + build tools from Microsoft. Also Blue (as answered by SnapConfig.com) is also a C# compiler written in C#
回答3:
Look into the Mono project.
回答4:
Not in the strictest sense but there are some available
like
http://blogs.msdn.com/jmstall/archive/2005/02/06/368192.aspx
http://www.codeproject.com/KB/cs/MiniCompiler.aspx
Or Mono
来源:https://stackoverflow.com/questions/988514/is-c-sharp-compiler-open-source