sugarcube-3
sugarcube-3 copied to clipboard
Add scopes to temporary variables
What it says on the tin.
Have container/non-void macros automatically create a new scope for temporary variables, which is removed after the handler completes.
Likely implementation is a prototype-chain stack.