Skip to content

release 1.10

Compare
Choose a tag to compare
@irmen irmen released this 11 Jul 21:16
· 3985 commits to master since this release
  • 'when' statement supported fully.
  • multi target assignments are no longer supported
  • return statements can no longer have more than one value
  • tehtriz example now uses 'when' instead of a long if else list
  • fixed typecasting issues
  • typecasting is optimized better
  • fixed some arithmetical compile time issues
  • various other bug fixes