How to install:
- Windows: download and run
fut-3.3.8-win64.msi - macOS:
brew install fusionlanguage/fut/fut - Ubuntu: download and install
fut_3.3.8-1_amd64.deb - Fedora: download and install
fut-3.3.8-1.x86_64.rpm
Changes since 3.3.7:
- Fixed
switchto not repeat side effects when converted toelse ifs - Implemented dynamic reference matching in
switch(case C# c) - Added an optional
startIndexparameter tostring.IndexOf - Added an overload of
Encoding.UTF8.GetBytesreturning a byte array reference - C++: fixed
JsonElementfields and parameters - D: skipping helper functions for collection operations if possible
- LSP: started implementing a language server (#126)