diff options
author | Alexander Harkness <bearbin@gmail.com> | 2013-11-24 15:29:35 +0100 |
---|---|---|
committer | Alexander Harkness <bearbin@gmail.com> | 2013-11-24 15:29:35 +0100 |
commit | 998fb17fdc150bc9c6b3d8da0dd37dfd1ae7b39a (patch) | |
tree | 51c901fdd30ce632107cd69b3df3b107f4cbb6a5 /tolua++-1.0.93/README | |
parent | Moved zlib (diff) | |
download | cuberite-998fb17fdc150bc9c6b3d8da0dd37dfd1ae7b39a.tar cuberite-998fb17fdc150bc9c6b3d8da0dd37dfd1ae7b39a.tar.gz cuberite-998fb17fdc150bc9c6b3d8da0dd37dfd1ae7b39a.tar.bz2 cuberite-998fb17fdc150bc9c6b3d8da0dd37dfd1ae7b39a.tar.lz cuberite-998fb17fdc150bc9c6b3d8da0dd37dfd1ae7b39a.tar.xz cuberite-998fb17fdc150bc9c6b3d8da0dd37dfd1ae7b39a.tar.zst cuberite-998fb17fdc150bc9c6b3d8da0dd37dfd1ae7b39a.zip |
Diffstat (limited to 'tolua++-1.0.93/README')
-rw-r--r-- | tolua++-1.0.93/README | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/tolua++-1.0.93/README b/tolua++-1.0.93/README deleted file mode 100644 index cee381fb3..000000000 --- a/tolua++-1.0.93/README +++ /dev/null @@ -1,30 +0,0 @@ -This is tolua++-1.0 - -* What is tolua++? - tolua++ is an extension of toLua, a tool to integrate C/C++ code with - Lua. tolua++ includes new features oriented to c++, such as class - templates. - - 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 - metamethod 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. - -* Availability - - tolua++ is freely available for both academic and commercial purposes. - See COPYRIGHT for details. - - tolua++ can be downloaded from the sites below: - http://www.codenix.com/~tolua/ - -* Installation - See INSTALL. - -* Contacting the author - tolua has been designed and implemented by Waldemar Celes. - tolua++ is maintained by Ariel Manzur. - Send your comments, bug reports and anything else to - tolua@codenix.com |