Skip to content

v1.1.2 - Bumping Because Reasons

Compare
Choose a tag to compare
@Ratstail91 Ratstail91 released this 23 Mar 00:08

I'm bumping the version number because it's been a little while. Normally, I assume people are using the main branch of the repo, rather than these releases - these are mostly here as benchmarks.

Major changes:

  • Added toy.h, grouping together the core of the C API
  • Tweaked return values of && and ||, still need to implement short-circuiting properly
  • Moved lib_runner's drive system into the core of the lang
  • Fixed an obscure compiler bug with the modulo operator
  • Type-casting a grouping now works correctly
  • Minor bugfixes and typo fixes

Full Changelog: v1.1.1...v1.1.2