Skip to content
This repository was archived by the owner on Jan 19, 2021. It is now read-only.

NLua/KopiLua

This branch is 126 commits ahead of, 4 commits behind efrederickson/KopiLua-v5.1.5:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

90496c7 · Jan 19, 2021
Oct 17, 2015
Nov 14, 2016
Oct 30, 2014
Oct 17, 2015
Feb 2, 2013
Aug 18, 2014
Aug 4, 2016
May 1, 2013
Mar 11, 2013
Oct 17, 2015
Sep 28, 2012
Oct 21, 2013
Sep 3, 2013
Aug 18, 2014
Oct 17, 2015
May 21, 2013
May 24, 2013
Oct 30, 2014
Oct 30, 2014
Jan 19, 2021
Oct 30, 2014
Oct 30, 2014
May 21, 2013
Oct 17, 2015
Aug 18, 2014
Aug 18, 2014

Repository files navigation

KopiLua

KopiLua is a legacy project and was replaced by KeraLua, which is a 1:1 binding to Lua C API.

Build Status

  • What is KopiLua?

Kopi Lua was originally a C# port of the Lua v.5.1.4 virtual machine, parser, libraries and command-line utilities. It has been updated to Lua 5.1.5 on Feb/08/2012 by Vinicius Jarina.

  • Contributing

  • KopiLua is using the Mono Code-Style http://www.mono-project.com/Coding_Guidelines .

  • Please, do not change the line-end or re-indent the code.

  • Run the tests before push.

  • Avoid to push unneeded style changes (unless is really needed) renaming, move code.

  • Availability


Like Lua, KopiLua 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 Studio 2012 Professional. In order for Kopi Lua to successfully compile the following conditional compilation symbols must be defined in the project settings:

LUA_CORE;LUA_COMPAT_VARARG;LUA_COMPAT_MOD;LUA_COMPAT_GFIND;CATCH_EXCEPTIONS

  • Contact/Bug Reports etc

Please report all bugs and issues to Vinicius Jarina/viniciusjarina (mailto:viniciusjarina@gmail.com) (Old: Please report all bugs and issues to Mark Feldman (mailto:lua@ppl-pilot.com))

About

KopiLua updated to Lua 5.1.5

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 97.3%
  • Makefile 1.8%
  • Other 0.9%