Skip to content

Releases: CheezLang/CheezLang

v0.4.0

17 Sep 17:54
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

Lots of changes

  • added dependency on llvm installation
  • new language features

v0.3.2 Removed dependency on LLVM installation + CLI changes

04 Jan 13:41
Compare
Choose a tag to compare
  • removed dependency on LLVM being installed (was required for libclang.lib, now shipped with this release)
  • changed the behaviour of the CLI, now timing information does not get printed unless specified
  • intermediate files (.ll LLVM IR) will not be outputted unless specified

v0.3.1

21 Dec 16:03
Compare
Choose a tag to compare
v0.3.1 Pre-release
Pre-release
  • fixed bug in array.che
  • changed naming convention to camlCase, renamed std lib function names
  • added line to error messages
  • added new compiler directive #linkname to functions. Changes their link name

v0.3 Bug fixes and std lib

20 Dec 22:03
Compare
Choose a tag to compare
Pre-release
  • A bunch of bug fixes
  • better support for libraries
  • std lib and more now included

v0.2

19 Dec 13:44
Compare
Choose a tag to compare
v0.2 Pre-release
Pre-release

Fixed a few bugs

v0.1

18 Dec 21:01
Compare
Choose a tag to compare
v0.1 Pre-release
Pre-release
readme