Skip to content

v = "1.3.0"

Choose a tag to compare

@NibiriTheMan NibiriTheMan released this 08 Dec 00:58
· 27 commits to main since this release
90573a1
  • A multitude of boolean optimisation.
  • while true do in ion.Read overall replaced with a simple state machine.
  • \n replaced with string.char(10) for further byte optimisation on specifically Windows hardware, at the cost of compatibility with older software.
  • Some consistency improvements.
  • Cleaned up gsub variable reassignment.