Skip to content

v0.4.0

Compare
Choose a tag to compare
@jackdelahunt jackdelahunt released this 19 Dec 23:41
· 23 commits to main since this release

What's Changed

  • builtin size member for static arrays
  • slices
  • fix for when let statements were not type checking when a type was given
  • range expressions
  • can now use range expression to slice them
  • for loops iterate over arrays
  • for loops iterate over slices
  • assert keyword
  • print keyword (will be removed eventually)
  • can now have main function in any file (before it could only be in start.liam)

Full Changelog: v0.3.0...v0.4.0