All Projects → gerich-home → kopilua

gerich-home / kopilua

Licence: other
C# port of Lua 5.1.4

Programming Languages

C#
18002 projects
HTML
75241 projects

Labels

README for Kopi Lua 0.1 (Alpha)

Please check the repository here as it looks that the author of the project publicated the same sources on github: https://github.com/Myndale/KopiLua

Build status

  • What is Kopi Lua?

Kopi Lua is a C# port of the Lua v.5.1.4 virtual machine, parser, libraries and command-line utilities.

The latest version of Kopi Lua can be downloaded from the Kopi Lua web page:

                http://www.ppl-pilot.com/KopiLua
  • Availability

Like Lua, Kopi Lua is freely available for both academic and commercial purposes. The COPYRIGHT file contains the license details as well as links to sites containing specific information with regards to the licensing terms.

  • Installation

Kopi Lua is implemented in C# and has been tested on Microsoft Visual C# 2008 Express Edition. In order for Kopi Lua to successfully compile the following conditional compilation symbols must be defined in the project settings:

LUA_CORE;_WIN32;LUA_COMPAT_VARARG;LUA_COMPAT_MOD;LUA_COMPAT_GFIND;CATCH_EXCEPTIONS

  • Contact/Bug Reports etc

Please report all bugs and issues to Mark Feldman (mailto:[email protected])

(end of README)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].