Skip to content

v0.4.1

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Aug 10:53
· 3116 commits to main since this release
e148935

Added

  • --version --verbose will print verbose version information
  • internal compiler errors now include information about the C compiler (cc)
  • Acton is now made available as GitHub Releases
    • pre-built binary releases! Users no longer need to compile Acton themselves
    • available from Releases page
    • versioned releases, like this v0.4.1, are available
    • latest build from main branch is available as tip

Fixed

  • integer subtraction has been fixed
    • wrong order of operators would previously return wildly incorrect results