buzz-language / buzz

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

Object methods and native functions can't have default arguments #45

Closed giann closed 2 years ago

giann commented 2 years ago

At codegen, we don't have access to the ParseNode which holds the default arguments nodes.