aboutsummaryrefslogblamecommitdiff
path: root/lang/tolua/pkg-descr
blob: dc34a1bf67b196d5e8601a85db79a87bb9fe2924 (plain) (tree)
1
2
3
4
5
6
7
8
9







                                                                        
                                                
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/