This repository has been archived by the owner on Nov 6, 2023. It is now read-only.
Release v0.2
This release of Blæst brings many new features. Most notable is else if/else after a while of waiting. Blæst is slowly becoming useful, but I am still not publishing binaries, maybe I will later, maybe I won't.
Changelog:
-
Added else if / else support
-
Allowed for setting global variable values (no longer read only)
-
Added in <, >, <=, and >= operators
-
Began the process of moving local variables in the JIT to structs, not done but nearly done.
-
Added the free() function for use with malloc()
-
Fixed many memory leaks within JIT and interpreter