LuaCpp icon indicating copy to clipboard operation
LuaCpp copied to clipboard

Bridge between Lua and C++ which completely abstracts the Lua stack.

Results 6 LuaCpp issues
Sort by recently updated
recently updated
newest added

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...

Donut use it

DRAMA QUEEN INSIDE

not really sure how to cleanly do this with all the template stuff

TODO