Skip to content

Release v0.5.1

Latest
Compare
Choose a tag to compare
@sco1 sco1 released this 05 Feb 00:59
· 29 commits to main since this release

Fixed

  • Fix incorrect output type for <split_on>; the main loop contained a str2num call but the function should only return a LoxArray of strings.

Added

  • Add <map> to pure-lox stdlib headers.