Skip to content

ZSharp v2.1.1-alpha

Compare
Choose a tag to compare
@sam-astro sam-astro released this 28 May 00:28
· 22 commits to master since this release
3040933

What's Changed

  • Allow for odd spacing, (ex. tabs, no tabs, spaces, etc.)
  • Rename from determinant to comparer
  • Fix syntax
  • Fix issues with single arg function calls
  • Print and Printl functions now work
  • Escape sequences now work as they should
  • Interpreter log and error log now ignore escape sequences and write as raw text for easier string debugging
  • Add EXIT_WHEN_DONE builtin variable. When EXIT_WHEN_DONE is equal to true, the console window will automatically close when the program is done/when you close the game window
  • Add mathematical functions by @Kaputchino in #22

New Contributors

Full Changelog: v2.1.0...v2.1.1