Skip to content

fut 3.0.1

Compare
Choose a tag to compare
@pfusik pfusik released this 22 Aug 11:07
· 370 commits to master since this release

How to install:

  • Windows: download and run fut-3.0.1-win64.msi
  • macOS: brew install fusionlanguage/fut/fut
  • Ubuntu 22.04+: download and install fut_3.0.1-1_amd64.deb
  • Fedora 38+: download and install fut-3.0.1-1.x86_64.rpm

Changes since 3.0.0:

  • Enums with no explicit values are now transpiled to Java enums. (#81)
  • std::ssize(collection) emitted in C++. Eliminates fut compilation warnings. (#96)
  • Implemented the string concatenation operator + in C. (#36)
  • Fixed a memory error in fut, affected constant integer expressions on macOS.
  • Fixed make test-c test-cpp on macOS.
  • Fixed make FUT_HOST=cs on macOS.