Skip to content

release 1.70

Compare
Choose a tag to compare
@irmen irmen released this 09 Feb 00:42
· 3796 commits to master since this release
  • the separate STR_S datatype is gone (screencode strings will be done differently in a future release)
  • added void keyword to explicitly ignore subroutine return values and get rid of that compiler warning
  • fix assembler float truncation warning
  • fix while and repeat loops condition warning location text
  • fix invalid while and repeat assembly label name generation
  • fix boolean checking of numbers
  • fix compilation error about byte forl oop over array for bb in [1,2,3]
  • many code cleanups, such as getting rid of most of the heapId code
  • various simulator vm fixes
  • improvements in the compiler backend code
  • updated libraries