Skip to content

weimingtom/cslua

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cslua

C# version of LUA

The repo is mainly build a clone of LUA 5.2 in C# in order to enable the C# projects having a script language to extend. This includes the windows phone project, CoreCLR projects.

The code mainly inherits from UniLua.

Test Status

Passed: bitwise.lua goto.lua sort.lua verybig.lua

Missing Features: calls.lua main.lua locale.lua literals.lua files.lua all.lua attrib.lua

Assert Fail: big.lua nextvar.lua vararg.lua coroutine.lua

Releases

No releases published

Packages

No packages published

Languages

  • C# 56.9%
  • Lua 36.3%
  • C 6.7%
  • Makefile 0.1%