LuaCpp
LuaCpp copied to clipboard
Bridge between Lua and C++ which completely abstracts the Lua stack.
totally just check out your code and re-indent everything because there were annoying mixed tabs and spaces. Also warnings. Also it doesn't actually compile but I haven't fixed that yet...
If I'm not mistaken the sample http://jakobovrum.github.com/LuaCpp/config_8cpp-example.html is technically broken. const char\* bar; c.bar = t["bar"]; This will invoke the char \* conversion which does not imply a copy, and...
not really sure how to cleanly do this with all the template stuff