1
0
Fork 0
cuberite-2a/tolua++-1.0.93
cedeel@gmail.com 92c59963f8 Attempt to bring sanity to newlines across systems.
git-svn-id: http://mc-server.googlecode.com/svn/trunk@606 0a769ca7-a7f5-676a-18bf-c427514a06d6
2012-06-14 13:06:06 +00:00
..
include Source for additional projects 2011-10-03 19:25:04 +00:00
src Attempt to bring sanity to newlines across systems. 2012-06-14 13:06:06 +00:00
win32 Fixed tolua++ sources to consider AString a builtin string type. Fixed tolua++ VC projects for compilation with local Lua. 2012-06-04 14:58:17 +00:00
COPYRIGHT Source for additional projects 2011-10-03 19:25:04 +00:00
INSTALL Source for additional projects 2011-10-03 19:25:04 +00:00
Makefile Source for additional projects 2011-10-03 19:25:04 +00:00
README Source for additional projects 2011-10-03 19:25:04 +00:00
README-5.1 Source for additional projects 2011-10-03 19:25:04 +00:00
SConstruct Source for additional projects 2011-10-03 19:25:04 +00:00

README

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