sol
sol copied to clipboard
A C++11 Lua wrapper
Hi I am very new to github so please forgive my noobness: I started using Sol and managed to integrate it (it's very easy, no problem here) in my test...
LuaJIT (a lot of uses) is Lua 5.1 syntax and API interface compatible, could sol support it ?
There are some warnings that cause issues w.r.t. compilation (mainly Clang). Through the use of `#pragma` and `_Pragma` you could programmatically disable some warnings that just make things a headache....
There's no documentation for sol. Or well, any other lua binding library really. Should probably fix that. It's an on going progress and they'll be under the `docs` branch. They'll...
I'm not sure if this is the best way to handle demangling failure, but it should save a few minutes of debugging. Is there a graceful solution?