lupa
lupa copied to clipboard
Allow setting global {...} variable
[feature request]
In a standalone interpreter, {...} contains the command-line arguments. It would be useful if it's possible to set this from lupa, which would help with writing a Lua interpreter in Python...
(this can be done by pushing the parameters on the stack)
Not sure what exactly you are asking. Maybe you can write a code example of what you want to achieve? I'd be happy to discuss a PR that adds such a feature if it's currently difficult to do.