fut 3.3.7
How to install:
- Windows: download and run
fut-3.3.7-win64.msi - macOS:
brew install fusionlanguage/fut/fut - Ubuntu: download and install
fut_3.3.7-1_amd64.deb - Fedora: download and install
fut-3.3.7-1.x86_64.rpm
Changes since 3.3.6:
- Documented the fut architecture
- Fixed issues with closing brace characters in interpolated strings (#256 reported by @ariankordi)
- The
RegexOptionsenum type is no longer emitted when passed toRegexmethods - C++: Fixed field widths and decimal places ignored for console write (#253 reported by @mittelmark)
- C++: Fixed
TextWriter.Write(obj) - C++: Fixed
Regexpattern passed as a string reference - C++: Transpile
StringWriter.ToString()toview() - Swift: Implemented
Regex.IsMatch