salient-lang / salient

http://salient-lang.dev/
MIT License
0 stars 0 forks source link

Borrow No Checking #15

Open AjaniBilby opened 5 months ago

AjaniBilby commented 5 months ago

Implement lending in mutable and immutable variants.
This should support lending an integer as well as structures.
At this point we're not implementing a whole borrow checker, as type narrowing is a higher priority first, and borrowing can be added onto that feature.

Also loops should be implemented first since that will also rework the initalization tracking.

AjaniBilby commented 5 months ago

Depends on #13 being merged first