Changelog for oplang-0.3.0.1
v0.3.0.1 [2022-08-12]
- Update
base
version bound to require GHC 9.0 (base
4.15) or newer
v0.3.0.0 [2022-08-12]
- Upgrade to
text
v2 and use text-builder-linear
, improving compilation performance
- Optimizer overhaul
- Now uses a separate IR
- Performs more optimizations, runs in a single pass
- Generates smaller and slightly faster C code
v0.2.0.0 [2022-03-19]
- Parser error message improvements
- Codegen improvements
- [Breaking] Tailcalls are no longer optimized
v0.1.0.0 [2020-10-10]