Skip to content

v1.0.4-alpha

Compare
Choose a tag to compare
@github-actions github-actions released this 10 May 03:28
· 1491 commits to main since this release
e1a7539

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