[Mono-dev] Has Mono an equivalent to the Microsoft Roslyn API?

Jonathan Pobst monkey at jpobst.com
Wed Jan 25 03:21:32 UTC 2012


The MonoDevelop team contributes to NRefactory 5, which provides pretty 
much exactly the same functionality as Roslyn for C#.

This will power the MonoDevelop C# support in a future version.

https://github.com/icsharpcode/NRefactory/

Jonathan

On 1/24/2012 9:54 AM, JochenHuck wrote:
> I need something like the Mircosoft Roslyn API
> (http://msdn.microsoft.com/en-en/roslyn) to do static source code analysis.
> Since the Roslyn API is just a developer preview I wanted to know whether
> Mono offers similar features as the Roslyn API (since Mono has a C# compiler
> written in C# and the Roslyn API is a C# compiler API I thought this would
> be possible).
>
> I am especially interested in syntax trees, semantic analysis (binding),
> dataflow and controlflow features (to answer questions like: which variables
> are read in this basic block, etc.)
>
> Thanks,
> Jochen
>
>
>
>
>
> --
> View this message in context: http://mono.1490590.n4.nabble.com/Has-Mono-an-equivalent-to-the-Microsoft-Roslyn-API-tp4324128p4324128.html
> Sent from the Mono - Dev mailing list archive at Nabble.com.
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>
>



More information about the Mono-devel-list mailing list