buzz-language / buzz

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

Type aliases #143

Open giann opened 1 year ago

giann commented 1 year ago

Ability to declare custom types:

typedef Callback = Function(str element) > bool;