Hello! I really like this library. Here are some small fixes and new features. Thought they might be useful to others.
Feel free to cherry-pick commits if you don't want to introduce everything.
The things included are:
Fixes for #4. As stated in my comment, exec did not behave as expected.
Added support for gorgeEx
Added support for running procs dynamically in a script using invokeDynamic + tests
Added a convenience macro for extracting global variables from a script. + tests
Hello! I really like this library. Here are some small fixes and new features. Thought they might be useful to others. Feel free to cherry-pick commits if you don't want to introduce everything.
The things included are:
exec
did not behave as expected.gorgeEx
invokeDynamic
+ tests