Skip to content

v0.3.0

Latest
Compare
Choose a tag to compare
@jackdelahunt jackdelahunt released this 10 Dec 23:05
· 52 commits to main since this release
  • s64 is now i64
  • No more type inference
  • All compiled files are now declared when invoking the compiler, no more walking imports
  • Smaller stdlib
  • Improved error messages
  • No type unions
  • Lexer and parser and faser now
  • Backend now emits MUCH MORE readable code
  • Topological sort for types meaning you can declare types in any order now!!
  • Typechecking was made simpler
  • Static arrays
  • Subscript syntax for static arrays

Full Changelog: v0.2.0...v0.3.0