I've developed a generator for binding Lua. https://github.com/hukushirom/luamango
It enables to export C++ classes, structs, enums, variables and others to Lua.
Thank you for sharing. Please don't take this as criticism, just curiosity - what was the motivation to develop a new C++ binding generator? How does it compare to other existing Lua binding generators, what sets it apart?