zink-lang / zink

Rustic programming language that targets the Ethereum Virtual Machine
https://zink-lang.org
GNU General Public License v3.0
139 stars 13 forks source link

Refactor the memory allocator for function locals #248

Open clearloop opened 1 month ago

clearloop commented 1 month ago

Describe the feature

recursion is no more support due to the refactor in #245, need to figure out a new way allocating memory for locals

Solution

No response