- Formatter Update
- Preserves newlines between expressions in statement blocks
- Parser Rewrites
- Rewrite Parser by hand
- Breaking change: Towards LL(1) syntax
- Type application becomes
[]
instead of<>
- Lambda abstration becomes
[tyvars](arg) => expr
- Type application becomes
- First release
- Most syntax/semantics are hopefully fixed
- Incomplete support of everything