buzz-language / buzz

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

Serialize/Unserialize compiled buzz script #104

Open giann opened 1 year ago

giann commented 1 year ago
$ buzz --dump myscript.buzz myscript.out
$ buzz myscript.out

Implies we know how to serialize any buzz data since chunk embark constants.