summaryrefslogtreecommitdiffstats
path: root/libraries/tolua++/README
blob: 99e976edbcd6e4398061220fbe8ff96b564952cb (plain)
tolua++ is an extended version of tolua, a tool to integrate C/C++
code with Lua.

tolua++ includes new features oriented to c++ such as:
- support for std::string as a basic type (this can be turned off
  by a command line option);
- Support for class templates.