piranha
piranha copied to clipboard
Support for .NET
Are there any plans for support in .NET?
Is there a guide available to add support to new platforms/languages?
Currently, .NET support is not planned. Section 4.3 of the Piranha report provides an overview of the refactoring. This, along with one of the existing implementations (e.g.,PiranhaJava), will be a good starting point to start implementing Piranha for any other language.
@Kavignon it looks like roslyn is the way to go for transforming C# code (I assume you wanted C# support):
https://github.com/dotnet/roslyn
Here's an article I found on transforming C# code with Roslyn:
https://tomassetti.me/getting-started-with-roslyn-transforming-c-code/