v1.0.4-alpha
github-actions
released this
10 May 03:28
·
1545 commits
to main
since this release
Added
- aiken-lang: ChooseUnit builtin uses a more efficient way of handling the
first arg (unit) by just assigning to lambda
Fixed
- aiken-lang: Negative numbers now show up as a constant instead of 0 - that
number - aiken-lang: Expect on constructors without field maps no longer panics
- aiken-lang: Expect on constructors with discard as assigned field names
now no longer throws free unique
Changed
- aiken-lang: Refactor how builtins are processed to uplc in code gen