stephen-swensen / nl-compiler

A compiler for NL, a statically typed programming language targeting .NET
1 stars 0 forks source link

IDE integration spike #66

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Investigate what it would take to integrate NL into an IDE like MonoDevelop / 
Xamarin Studio, SharpDevelop, or Visual Studio. Xamarin Studio may be our best 
option, since it is open source and actively being developed by Xamarin at this 
time. Both Xamarin Studio and SharpDevelop use NRefactory for C# code analysis 
/ refactoring (see 
http://www.codeproject.com/Articles/408663/Using-NRefactory-for-analyzing-Csharp
-code), so it would be nice create a NL AST -> NRefactory SyntaxTree converter 
for the same purposes.

Original issue reported on code.google.com by stephen....@gmail.com on 9 May 2013 at 3:33