Blæst Version 0.1
Release v0.1
This is the first release of Blæst, so there is no change log. Currently Blæst supports enough features to be somewhat useful, but at the same time, its still very far from even having the same features of B, which it is based around. Blæst will continue to evolve, so don't look at it for what it is now, but look to what it will be very soon in the future.
Changelog:
-
Added math with all operators (minus order of operations)
-
If/while statements working (not else/else if)
-
Local and global variables
-
Function calls
-
Including files, and other macros
-
Rewrote the JIT like 4 times, maybe its faster now
Normally Blæst would be built for multiple different platforms, however since Blæst is not too useful yet, I decided against doing that, since most of Blæst's power at the moment comes directly from its source code. To build, see the building instructions.