s64
is nowi64
- 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