Skip to content

Release 0.4.0

Latest
Compare
Choose a tag to compare
@mfichman mfichman released this 25 Aug 22:04
· 78 commits to master since this release

New features:

  • Coroutines now allocate virtual memory pages on-demand
  • Functors
  • Default case in match statements
  • Unicode support
  • Collection literals
  • Better generics support

Major bug fixes:

  • Compiler stability improved
  • Fixed various codegen bugs
  • Variables and attributes are immutable by default