x2.3 Release 2
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
andsave
) - 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
andupr
)
Full Changelog: https://github.com/iiPythonx/xpp/pull/2/commits