Skip to content

v0.6

Compare
Choose a tag to compare
@tuqqu tuqqu released this 01 May 23:39
· 27 commits to master since this release
  • Self in call expressions
  • static methods
  • enums with impl blocks
  • fn(T) -> T type
  • traits for structs
  • bitwise operations
  • type casting with as
  • any type requires explicit casting
  • for ... in loops
  • entry point main() function
  • dbg added to stdlib
  • bug fixes & improvements