860620e08b
Bring under lua@ maintainership [1] Support stage Use MAKE_ARGS instead of patching config Convert to USES=lua Approved by: edwin@ [1]
9 lines
469 B
Text
9 lines
469 B
Text
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/
|