buzz-language / buzz

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

Make assert a builtin that only runs when testing #94

Open giann opened 1 year ago

giann commented 1 year ago
assert n = 12; | only runs when running `buzz -t ...`