Skip to content

Releases: praeclarum/CLanguage

v0.19.66 - Switch statements and logic fixes

08 Jun 21:48
e44f230
Compare
Choose a tag to compare

v0.18.48 - Fix LLVM Support

30 Dec 22:50
c5dbd8b
Compare
Choose a tag to compare

Compile was hanging with LLVM AOT for some reason. Switched to not using ValueTuples.

Store into pointers and arrays

18 Jun 00:02
d17f72c
Compare
Choose a tag to compare

Also switch to GitHub Actions for builds

.NET Standard 1.2 Support

20 Apr 22:08
b442eb4
Compare
Choose a tag to compare

Also implement break, continue, and sizeof.

Fix old macOS bugs

26 Feb 07:11
e871840
Compare
Choose a tag to compare

There was trouble when running on macOS <= 10.13. Now it's fixed.

Remove accidental dependency

04 Aug 01:11
0f5567c
Compare
Choose a tag to compare

This is a re-release of 0.5.25 removing the accidental dependency on System.Memory.

Pointer support and C++ features

04 Aug 00:33
e553bdc
Compare
Choose a tag to compare
v0.5.25

Score overloads to get best match