1.3.7 (Pre-Alpha) - 2025-02-09
BREAKING
- Entry point changed from programtomain
Features
- Syntax improvements: removed the definekeyword, addedprogkeyword, and now specification ofChannelin programs is implicit
- Added in "error-flows" which allows error messages to be displayed in a tree to get a better sense of how an error originated
Bugs
- Improved nix flake build stability
Compiler Internals
- Refactored various visitors
- Improved some error messages