You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
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.
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.