Mono C# Compiler Under MIT X11 License
Posted by: Mono Project News,
on 08 Apr 2008 |
View original | Bookmarked: 0 time(s)
Starting with version 2.0 of Mono, the Mono C# compiler source code will also be available under the MIT X11 license. We are changing the license to allow parts of the compiler to be reused as part of MonoDevelop, our LINQ class libraries and to embed it in ASP.NET. In MonoDevelop: This will allow the compiler to be used to improve code-completion to support C# 3.0 as well as improving the heuristics when offering completions. This will reuse the front end and parts of the backend. Compiler hosting...