buzz
buzz copied to clipboard
Globals as upvalues
When exported, a function should capture global it uses. Right now we juste take the whole script globals for the ride.
This would not be needed if we do https://github.com/buzz-language/buzz/issues/215