Skip to content

Version 2.0.0

Latest
Compare
Choose a tag to compare
@uxmal uxmal released this 20 Nov 00:10
· 27 commits to master since this release

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!