Releases: biscuitlang/bl
Releases Β· biscuitlang/bl
0.5.2
0.5.1
- Complete rework of compile-time value representation.
- Command line arguments are now presented in command_line_arguments global.
- Custom executable startup (removed dependency on crt on macos and linux).
- Structure inheritance.
- Switch statement.
- No need to write semicolons after functions and typedefs in global scope.
- Structure members are now separated by semicolon.
- Enum variants are now separated by semicolon.
- Bugfixes: #65, #62, #63, #57, #64, #39, #61, #68, #67
0.5.0
- Statical runtime type info.
- Fix global immutables.
- Configuration file generation.
- Improve documentation.
- Defer statement.
- DWARF generation.
- Basic STD functions.
- Experimental wrappers for SDL2, SDL2_Image and Vulkan.
- Two new demos.
- Vim syntax highlighter.
Initial release
This is initial testing release, binaries are not included yet.