Skip to content

version 8.2

Compare
Choose a tag to compare
@irmen irmen released this 15 Jun 20:46
· 1649 commits to master since this release
  • Syntax change: The pipe expression "|>" has been removed from the language.
  • Syntax change: now allows casting of negative numbers to unsigned (will result in the proper 2's complement)
  • API change: swap() builtin function has been removed.
  • API change: boolean() builtin function has been added, to get the 'thruthy' value of a number.
  • diskio.f_read_all() now returns correct size.
  • cx16: fixed macptr() signature and it is now used in cx16diskio.f_read(), vastly improving load times.
  • fix for regression: again gives proper name redefinition errors in same scope
  • Improved (not) mentioning of the GPL software license in the shared library files.
  • greatly improved code gen for logical expressions and array / pointer indexing.
  • zsound examples added for cx16.
  • improved compatibility with running the compiler on windows (some file/path errors solved)
  • bugfixes.