Skip to content

Releases: Ceebox/cbLang

0.1.2 - Important

27 Dec 01:05
Compare
Choose a tag to compare

Lots of stupid bugs have crept into the code recently. I've fixed most of them (hopefully). Now importing and static functions should actually work as intended.

This build is important as it actually works (mostly).

0.1.1

23 Dec 13:13
Compare
Choose a tag to compare

This release features first-class support for static functions!
Simply add "static" before "function" in the function that you want to make static and now you'll have a static function.

0.1.0

28 Nov 10:58
Compare
Choose a tag to compare

This release includes a big milestone for the project! The interpreter is finally bootstrapped, so I can now work on making the language inside of itself.

0.0.1

20 Nov 21:01
Compare
Choose a tag to compare

This is the first release! Please refer to the README if you don't know what you are doing.