lupa icon indicating copy to clipboard operation
lupa copied to clipboard

Allow setting global {...} variable

Open user202729 opened this issue 6 years ago • 1 comments

[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)

user202729 avatar Mar 12 '19 11:03 user202729

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.

scoder avatar Mar 14 '19 17:03 scoder