diff options
author | edwin <edwin@FreeBSD.org> | 2004-11-21 16:32:23 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2004-11-21 16:32:23 +0800 |
commit | 11d6e8ca1f7f24f1b6d750d5a4798bc14cf9db21 (patch) | |
tree | b11083e3e98a97ee2564dfe2f5732fa37cad843e /lang/Makefile | |
parent | 3d67e0c701263317f856be442330bafaa1e94a26 (diff) | |
download | freebsd-ports-gnome-11d6e8ca1f7f24f1b6d750d5a4798bc14cf9db21.tar.gz freebsd-ports-gnome-11d6e8ca1f7f24f1b6d750d5a4798bc14cf9db21.tar.zst freebsd-ports-gnome-11d6e8ca1f7f24f1b6d750d5a4798bc14cf9db21.zip |
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
WWW: http://www.tecgraf.puc-rio.br/~celes/tolua/
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile index 4e748d8d39fe..757387cb35f5 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -275,6 +275,7 @@ SUBDIR += tcltutor SUBDIR += tensile SUBDIR += tinycobol + SUBDIR += tolua SUBDIR += treecc SUBDIR += tuareg-mode.el SUBDIR += visualworks |