egordorichev / byejava

Java to C# converter

Home Page:https://rexcellentgames.com/story-about-mistakes-of-the-past/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

byejava

Blog post about C# ports Java to C# converter

What this is and what this is not

This piece of software is capable of taking valid Java 8 code and converting it to C#, but:

  • I've implemented only the things, that I needed, some things (like interfaces), are missing, even tho, they are super simple to add. If you want to see something supported, please, make an issue.
  • C# is super close to Java syntax, but anonymous classes are not a thing, so they wont work.
  • This tool is not relieble at any means, because it was developed to quickly port over a single codebase

If you want to contribute, please do it, if you need any features, please, submit an issue.

About

Java to C# converter

https://rexcellentgames.com/story-about-mistakes-of-the-past/


Languages

Language:Java 100.0%