mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
5f978633ae
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
7 lines
264 B
Text
7 lines
264 B
Text
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.
|