Releases: praeclarum/CLanguage
Releases · praeclarum/CLanguage
v0.19.66 - Switch statements and logic fixes
Bump to 0.19
v0.18.48 - Fix LLVM Support
Compile
was hanging with LLVM AOT for some reason. Switched to not using ValueTuples.
Store into pointers and arrays
Also switch to GitHub Actions for builds
.NET Standard 1.2 Support
Also implement break
, continue
, and sizeof
.
Fix old macOS bugs
There was trouble when running on macOS <= 10.13. Now it's fixed.
Remove accidental dependency
This is a re-release of 0.5.25 removing the accidental dependency on System.Memory.
Pointer support and C++ features
v0.5.25 Score overloads to get best match