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

Implement References #8

Closed boxbeam closed 1 year ago

boxbeam commented 1 year ago

All values should be held behind references. Assignment should update the value held within the reference, and operations should automatically dereference as needed. This reference type should become the new base value type for FenderTypeSystem. Ensure all instructions that are using values are handling references properly.