buzz-language / buzz

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

Support nested structs #233

Open giann opened 8 months ago

giann commented 8 months ago

Buzz doesn't yet handle structs passed by value (see https://github.com/vnmakarov/mir/issues/332), but there's nothing preventing us from supporting nested structs.