Releases: uxmal/pytocs
Version 2.0.0
A long overdue release of many bug fixes and refactorings.
Pytocs now supports emitting more modern C# syntax like:
- local functions
- value tuples
- tuple decomposition
The project was moved to .NET 6.0
Pytocs no longer supports Python 2 syntax, and supports (approximately) Python 3.7 - 3.8 constructs.
Thanks to @SpocWeb for their contributions!
Version 1.2.0
Maintenance release. Many features, support for the ever changing Python language, and bug fixes.
Version 1.1.0
At last, the long-awaited type inference is here! Pytocs
will attempt to determine static types for Python variables, and if successful, outputs the C# translations of those types. As before, if a type cannot be inferred, pytocs
defaults to object
.
Version 1.0.0
Initial release: translates python to C# code. No attempt to incorporate type inference just yet, but that's coming up.
Initial release -- just for fun
First public release of the binary. No guarantees, etc. But do let me know if you want any features added.