Skip to content

Releases: tuqqu/oxide-lang

v0.7

11 May 16:46
Compare
Choose a tag to compare
  • for in loops with indices
  • constants may be typed explicitly
  • changed cli to be handled by Engine
  • instance methods may be called with :: on types
  • error types

v0.6

01 May 23:39
Compare
Choose a tag to compare
  • 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

v0.5

05 Apr 21:14
Compare
Choose a tag to compare
  • impl blocks can have constants
  • pub or private constants
  • pub or private methods
  • Self keyword inside methods