Skip to content

SurgeScript 0.5.3

Compare
Choose a tag to compare
@alemart alemart released this 20 Mar 20:47
· 445 commits to master since this release
  • Introduced the remainder operator (%)
  • Introduced the 'caller' keyword
  • Introduced the 'readonly' keyword
  • Improved the 'timeout' feature
  • Added the 'assert' feature
  • Added Object.__file, Math.NaN
  • Added utility functions for Arrays and Strings
  • Removed Transform2D from the core lib
  • The parser now accepts option flags
  • Bugfixes and performance optimizations
  • Updated documentation
  • General improvements