fut 3.2.4
How to install:
- Windows: download and run
fut-3.2.4-win64.msi
- macOS:
brew install fusionlanguage/fut/fut
- Ubuntu 22.04+: download and install
fut_3.2.4-1_amd64.deb
- Fedora 38+: download and install
fut-3.2.4-1.x86_64.rpm
Changes since 3.2.3:
- Visual Studio 2022/2019/2017 extension with syntax highlighting
- MSVC++ compatibility for number
TryParse
(#160 by @iAndyHD3) - Fixed skipping interpolated strings in conditional compilation (#162)
const
arrays of same name are now allowed within a method- More precise error locations
- Improved syntax highlighting in Visual Studio Code