qpfiffer / lair

A small Den implementation written in C.
MIT License
19 stars 5 forks source link

Function calls need stack frames #14

Open qpfiffer opened 7 years ago

qpfiffer commented 7 years ago

Push the current scope or whatever onto the stack, pop it off when we return. BEAUTIFUL.

qpfiffer commented 7 years ago

Also TCO