travisdoor / bl

Simple programming language created for fun.
https://biscuitlang.org
MIT License
179 stars 6 forks source link

Finalize #comptime implementation #147

Open travisdoor opened 2 years ago

travisdoor commented 2 years ago

The #comptime (for compile-time execution of functions) is now very WIP, we should validate/fix:

travisdoor commented 2 years ago

This was already improved a bit, comptime functions can now return bigger types +16B + multi return is supported now.