Skip to content

ChangeLog¤

V0.3.0¤

New

  • match ... case is now available.

V0.2.0¤

New

  • Most of Python's statements, except match ... case.
  • Allow expressions to be converted into statements.

V0.1.0¤

Initial release.

New

  • All Python expressions.
  • Identifiers.
  • Key-value pairs (a: b).