Skip to content

x2.3 Release 2

Compare
Choose a tag to compare
@iiPythonx iiPythonx released this 28 Mar 16:36
· 89 commits to main since this release
586f24c

This is x2.3r2, the second release of x2.3.
It takes the rewritten codebase of x2.3r1 and readds nearly all functionality that was removed between the x2.2-x2.3 transition.

Some of this functionality includes:

  • Mathematical operators readded (add, sub, div, mul, inc, dec, flt, int, pow)
  • File I/O (still very basic, load and save)
  • CLI has been cleaned up and moved to xpp/__main__ in preparation for a PyPI release
  • General codebase clean up
  • Repeat operator (while and others are still coming soon)
  • String manipulation (type conversion from string to integers/floats, chr operator, lwr and upr)

Full Changelog: https://github.com/iiPythonx/xpp/pull/2/commits