savi-lang / savi

A fast language for programmers who are passionate about their craft.
BSD 3-Clause "New" or "Revised" License
155 stars 12 forks source link

Remove obsolete `address_of` macro. #258

Closed jemc closed 2 years ago

jemc commented 2 years ago

This has been replaced by the new stack_address_of_variable macro, which is built for the same purpose, but is implemented more robustly and is named more verbosely so make it more clear to readers.