From ba0c53550f862ff7a69cbeb07c172123177dac16 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Sun, 21 Nov 2004 08:32:23 +0000 Subject: 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/ --- lang/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'lang/Makefile') 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 -- cgit v1.2.3