• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

bin/H02-Nov-2015-

include/H03-May-2022-132100

lib/H02-Nov-2015-

src/H03-May-2022-22,86019,053

INSTALLH A D02-Nov-20151.1 KiB3221

MANIFESTH A D02-Nov-20155 KiB148147

MakefileH A D03-May-2022255 1811

READMEH A D02-Nov-20151.1 KiB2923

configH A D02-Nov-2015810 3727

README

1This is  tolua-5.2.4
2This is  tolua-5.1
3
4* What is tolua?
5  tolua is a tool that greatly simplifies the integration of C/C++ code
6  with Lua. Based on a "cleaned" header file, tolua automatically generates
7  the binding code to access C/C++ features from Lua. Using Lua API and
8  tag method facilities, the current version automatically maps C/C++
9  constants, external variables, functions, namespace, classes, and methods
10		to Lua. It also provides facilities to create Lua modules.
11
12* Availability
13  tolua is freely available; you can redistribute it and/or modify it.
14  The software provided hereunder is on an "as is" basis, and
15  the author has no obligation to provide maintenance, support,
16  updates, enhancements, or modifications.
17
18  tolua can be downloaded from the sites below:
19            http://www.tecgraf.puc-rio.br/~celes/tolua/
20            ftp://ftp.tecgraf.puc-rio.br/pub/users/celes/tolua/tolua.tar.gz
21
22* Installation
23  See INSTALL.
24
25* Contacting the author
26  tolua has been designed and implemented by Waldemar Celes.
27  Send your comments, bug reports and anything else to
28  celes@tecgraf.puc-rio.br.
29