# KopiLuaCompare **Repository Path**: weimingtom/KopiLuaCompare ## Basic Information - **Project Name**: KopiLuaCompare - **Description**: Imported from https://github.com/weimingtom/KopiLuaCompare - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-10-29 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # KopiLuaCompare Comparation of kopilua and lua, and porting kopilua to lua 5.2.x 兵者,诡道也。 故能而示之不能,用而示之不用,近而示之远,远而示之近。 利而诱之,乱而取之,实而备之,强而避之,怒而挠之,卑而骄之,佚而劳之,亲而离之。 攻其无备,出其不意。此兵家之胜,不可先传也。 ——《孙子兵法始计篇》 ## Status (C -> CSharp) * lua-1.0 (done, since 2017-12-23) * lua-5.1.4 (done, since 2017-03-04) * lua-5.1.5 (done, since 2017-05-12) * lua-5.2.0-2007 (done, since 2017-05-21) * lua-5.2.0-20071029 (done, since 2017-05-26) * lua-5.2.0-2008 (done, since 2017-05-28) * lua-5.2.0-2009 (done, since 2017-05-30) * lua-5.2.0-20090702 (done, since 2017-06-17) * lua-5.2.0-20100206 (done, since 2017-07-05) * lua-5.2.0-alpha (done, since 2017-07-17) * lua-5.2.0-beta (done, since 2017-08-05) * lua-5.2.0 (done, since 2017-08-16) * lua-5.2.1 (done, since 2019-07-06, not tested) * lua-5.2.2 (done, since 2019-07-21, not tested) * lua-5.2.3 (done, since 2019-07-28, not tested) * lua-5.2.4 (done, since 2019-08-03, not tested) * lua-5.3.0-work1 (done, since 2019-10-07, not tested) * lua-5.3.4 (pending) ## About status above * If not mentioned, luac is only compiled successfully but not tested, or removed. * If not mentioned, lua is only compiled successfully, and tested with very simple snippets, for example > return 1+1 > print("hello") > return 1, 2 > return nil > print("hello') -- test lua error > os.exit() -- test lua exiting ## Compare Tool * Beyond Compare Version 3.0.11 ## References * https://github.com/lua/lua * https://github.com/gerich-home/kopilua * https://github.com/jintiao/cclua ## Related Projects * https://github.com/weimingtom/Kuuko https://github.com/weimingtom/Kuuko/blob/master/lua_hack.md CSharp/Java port (done) * https://github.com/weimingtom/kurumi Java/Golang port (WIP, not active) * https://github.com/weimingtom/KuukoBack Kuuko Csharp/Java port for KopiLuaCompare (done) * https://github.com/weimingtom/kaleido Kurumi golang port (WIP, planning) * https://github.com/weimingtom/lua1mod Lua 1.0 CSharp port (done) * https://gitee.com/weimingtom/lua-5.1.4_profile Lua 5.1.4 performance profile ## some tips * On Windows, use Ctrl+Z then Enter to exit ## About SciMark for Lua https://github.com/weimingtom/KuukoBack/blob/master/SciMark.txt High score is better