Skip to content

v0.1.463

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Aug 11:07
· 82 commits to master since this release
fix: use global variable in generator fn

Previously, using global variables in generator would generate
wrong ir code to load it twice.

This commit also add a new cli flag `nocheck` to skip check stage.

A small change in iter test was made to investigate the possibility of
implementing effect system based on our generator.