FenderLang / Fender

A functional scripting language, intended for string manipulation and general scripting on the command line
MIT License
13 stars 0 forks source link

Make labels and structs not globally-scoped #41

Open boxbeam opened 1 year ago

boxbeam commented 1 year ago

As it stands, expression labels are scoped globally, which might cause unexpected behavior if you've got two functions using a label with the same name that call each other.