How to install:
- Windows: download and run
fut-3.2.14-win64.msi - macOS:
brew install fusionlanguage/fut/fut - Ubuntu 22.04+: download and install
fut_3.2.14-1_amd64.deb - Fedora 42+: download and install
fut-3.2.14-1.x86_64.rpm
Changes since 3.2.13:
- Python:
if (!x.TryParse(str))(#207 requested by @mittelmark) - C/C++/D: Added casts from
nintto narrower types - C#: Added casts for compound assignments with a wider type on RHS
- C: Added casts of
mallocresults - C: Added support for floating-point
Dictionaryvalues (#211 requested by @mittelmark) - C++:
Console.WriteLinenow outputs byte collection elements as decimal numbers (#212 reported by @mittelmark) - C++:
staticmethods from the class of theMainmethod can now be called without using the class name (#208 requested by @mittelmark)