buzz-language / buzz

👨‍🚀 buzz, A small/lightweight statically typed scripting language
https://buzz-lang.dev
MIT License
1.22k stars 34 forks source link

AOT compiler #302

Open giann opened 3 months ago

giann commented 3 months ago

Produce an executable for a given script.

We would still use buzz state and stack in order for the GC to work.