Skip to content

release 3.2

Compare
Choose a tag to compare
@irmen irmen released this 21 Aug 16:11
· 3583 commits to master since this release
  • added sizeof() function
  • fixed lsb()
  • fixed and()
  • fixed const value type mismatch
  • fixed parse error for <<= and >>=
  • added a (still imcomplete) optimized code generator for in-place assignments and augmented assignments. This provides a big performance boost to the resulting program, and makes it a lot smaller too. Work is ongoing.
  • more complete asm code generation
  • several code generation issues fixed
  • several typecasting and typechecking improvements
  • improved warnings about unreachable code
  • added plasma example