Skip to content

syntheticpp/nlua

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
doc
 
 
 
 
lua
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
nlua -- namespace lua

nlua is a binding between C++ and Lua.

The main idea is to have a C++ API which follows
the 'table' approach: the C++ code should look
a little bit like Lua code.

Another goal is to have an easy to understand and
maintain code base. Using templates couldn't be
avoided but not much meta-programming is used.

In the test directory are examples how the example
binding of the book "Programming in Lua" could be
transformed into nlua code.

About

namespace lua -- a C++ binding to Lua with table-like usage

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published