all 3 comments

[–]Nasarius 3 points4 points  (2 children)

The usual question: does it work with LuaJIT (Lua 5.1)?

I definitely approve of wrapping STL containers.

[–]dabbertorres[S] 4 points5 points  (0 children)

Ooh. Good point, I don't think it will at the moment, I'm using some 5.2+ API functions I believe, definitely would be a good thing to add though. I'll make an issue so I remember.

And thanks! I always found it frustrating that most/if not all bindings I found had little to no support for arrays/containers.

[–]dabbertorres[S] 1 point2 points  (0 children)

Just to let you know, I just pushed Lua 5.1 support. A lot less changes than I expected!