forked from cwbaker/sweet_lua
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
luxtau edited this page Apr 29, 2012
·
2 revisions
Sweet Lua is a C++ to Lua binding library which have some nice features:
- Bind C++ functions as Lua functions and closures with out of order parameters.
- Bind C++ objects as Lua tables with lifetime controlled by either C++ or Lua.
- Coroutines.
- Type safety.
- Error handling.
- Convert C++ iterator sequences to Lua iterators.
- STL vector, list, set, and map integration.
- Boost Filesystem integration.
So I decided to port it to NTL (light VC++ runtime) to use at own projects.