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

Fix pass by reference #55

Closed boxbeam closed 1 year ago

boxbeam commented 1 year ago

Introduces a new kind of FenderReference, FVar, which allows us to add another layer of indirection for reference types so that the value can be referenced separately from the variable holding it

boxbeam commented 1 year ago

This currently fails the quick sort test, @FuzzyNovaGoblin needs to update the fender code for that test before this can be merged