v0.1.463
·
103 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.