Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 445 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 445 Bytes

CSharpToPython

Uses the Microsoft Roslyn (Microsoft.CodeAnalysis libraries) to parse C# and generate Python source code. Try it in your browser at https://codernate.github.io/CSharpToPython/

Conversion Webpage

The CSharpToPython.Web project uses the Uno.Wasm.Bootstrap NuGet package to create a WebAssembly version of the converter that runs in the browser using the Mono interpreter.