Skip to content

v2.1.1

Compare
Choose a tag to compare
@csgordon csgordon released this 14 Mar 15:43
· 17 commits to main since this release

Improved GC support, which now works with multiple functions on the stack.

Also includes tweak from @stephen-hansen to read from stdin if no filename is provided, which means code can now be run via:

my-compiler < source.441 | ir441 exec

in addition to the old workflow based on pointing the interpreter at a file (which still works).

This release also includes a native Windows x86-64 binary.

Full Changelog: v2.1...v2.1.1