Skip to content

v0.3.2

Choose a tag to compare

@github-actions github-actions released this 10 Jun 06:02
· 124 commits to main since this release
ca3de5b
  • Adds break and continue support to the direct backend and zero test, lowering both through typed MIR and all direct emitters with conformance coverage and required runtime checks.
  • Speeds up graph validation with indexed node-hash tables, a reusable adjacency index, and deduplicated store validation, making zero import on large programs roughly 12x faster.

Contributors