fut 3.2.7
How to install:
- Windows: download and run
fut-3.2.7-win64.msi
- macOS:
brew install fusionlanguage/fut/fut
- Ubuntu 22.04+: download and install
fut_3.2.7-1_amd64.deb
- Fedora 38+: download and install
fut-3.2.7-1.x86_64.rpm
Changes since 3.2.6:
- Added pointer-sized integer type
nint
. Transpiles toptrdiff_t
in C, C++, D and OpenCL. (#166 requested by @al1-ce) - Variables, parameters and
this
captured inList.Any
/All
lambda in C++ SortedSet.Contains
in D- Errors for attempts to copy object storage (#176 reported by @MieszkoP)
- Error for invalid initialization of string reference fields
- Syntax highlighting for Sublime Text (#89 implemented by @nlapinski)