Skip to content

luxtau/sweet_lua

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Sweet Lua

Introduction

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 port it to NTL (light VC++ runtime) to use at own projects.

About

Sweet Lua is a C++ to Lua binding library. This fork used to build with NTL.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 49.2%
  • C++ 44.6%
  • Lua 6.2%