aboutsummaryrefslogtreecommitdiff
path: root/lang/tolua/pkg-descr
blob: 83b1a11b46feb0a76735f939bc8d4cb5c8873aad (plain) (blame)
1
2
3
4
5
6
7
8
9
10
toLua is a tool that greatly simplifies the integration of C/C++
code with Lua. Based on a "cleaned" header file, toLua automatically
generates the binding code to access C/C++ features from Lua. Using
Lua-5.0 API and tag method facilities, the current version automatically
maps C/C++ constants, external variables, functions, namespace,
classes, and methods to Lua. It also provides facilities to create
Lua modules.

Author: Waldemar Celes <celes@tecgraf.puc-rio.br>
WWW: http://www.tecgraf.puc-rio.br/~celes/tolua/