summaryrefslogtreecommitdiff
path: root/lang/tolua50/pkg-descr
blob: 0dff71b6290c7e1de7f458d451a8ccd02ef7cb76 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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.

WWW: http://www.tecgraf.puc-rio.br/~celes/tolua/

Author: Waldemar Celes <celes@tecgraf.puc-rio.br>