|
On Mon, Jul 7, 2014 at 10:07 PM, Tom N Harris <telliamed@whoopdedo.org> wrote:
> To support calling an arbitrary function, you need to include information
> about the types of the arguments in addition to the name.
> And use it like:This is exactly the approach taken by llua:
> execute_lua_function(L, "lua_f3", "iis", 5, 10, "foo");
https://github.com/stevedonovan/llua