Skip to content

v0.78.0

Compare
Choose a tag to compare
@ldemailly ldemailly released this 11 Dec 21:22
· 6 commits to main since this release
7a7ec8e

What's Changed

#272

  • int("")==0 (was an error)
  • adding trim(), trim_left() and trim_right() with whitespace trimming by default or whichever character set
  • new -no-register option to disable register optimizations (some scripts like the advent of code 11 are slower with registers because of memory churn in Modify)

Full Changelog: v0.77.0...v0.78.0

Changelog

  • 7a7ec8e int("")==0; adding trim(), trim_left() and trim_right(); new -no-register option to disable register optimizations (#272)