weimingtom / KopiLuaCompare

Comparation of kopilua and lua, and porting kopilua to lua 5.2.x and 5.3.x

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KopiLuaCompare

Comparation of kopilua and lua, and porting kopilua to lua 5.2.x and 5.3.x

兵者,诡道也。  
故能而示之不能,用而示之不用,近而示之远,远而示之近。  
利而诱之,乱而取之,实而备之,强而避之,怒而挠之,卑而骄之,佚而劳之,亲而离之。  
攻其无备,出其不意。此兵家之胜,不可先传也。  
——《孙子兵法始计篇》  

Status (C -> CSharp)

  • lua-1.0 (done, since 2017-12-23)
  • lua-1.1 (done, since 2020-10-17)
  • lua-2.1 (done, since 2021-03-06)
  • 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.0-work2 (done, since 2019-11-19, not tested)
  • lua-5.3.0-work3 (done, since 2019-11-26, not tested)
  • lua-5.3.0-alpha (done, since 2019-12-01, not tested)
  • lua-5.3.0-beta (done, since 2019-12-02, not tested)
  • lua-5.3.0-rc0 (done, since 2019-12-05, not tested)
  • lua-5.3.0-rc1 (done, since 2019-12-05, not tested)
  • lua-5.3.0-rc2 (done, since 2019-12-05, not tested)
  • lua-5.3.0-rc3 (done, since 2019-12-05, not tested)
  • lua-5.3.0 (done, since 2019-12-05, not tested)
  • lua-5.3.1 (done, since 2019-12-07, not tested)
  • lua-5.3.2 (done, since 2019-12-13, not tested)
  • lua-5.3.3 (done, since 2019-12-13, not tested)
  • lua-5.3.4 (done, since 2019-12-14, not tested)
  • lua-5.3.5 (done, since 2019-12-14, not tested)

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

  • New tests (for 5.3.x):

1+1
1,2
a = 10
a

Compare Tool

  • Beyond Compare Version 3.0.11

References

Related Projects

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

Other workspaces

Other projects for Lua

Other workspaces for Python

Other workspaces for Ruby

Other workspaces for JavaScript and C like

Other workspaces for metamorphose (jill)

https://github.com/weimingtom/metamorphose_ts
https://github.com/weimingtom/metamorphose
https://github.com/weimingtom/metamorphose_csharp
https://github.com/weimingtom/metamorphose_js
https://github.com/weimingtom/metamorphose_jsweet
https://github.com/weimingtom/metamorphose_go

luau

  • search luau_v17_test_pass_success.rar
  • https://github.com/Roblox/luau
    target_link_libraries(Luau.Repl.CLI PRIVATE pthread)
    +target_link_libraries(Luau.Repl.CLI PRIVATE atomic)
    search baidupan, luau_v3_cli.rar

Other workspaces for yacc

Other workspaces for JVM and other bytecode modern VM

TODO

Unity console (UConsole port), with old GUI (not uGUI or unity gui)

  • https://github.com/AustinSmith13/UConsole
  • see vendor/unity/UConsoleTest_v2.7z
  • see vendor/unity/UConsoleTest_v1.7z
  • need define UNITY_5
  • add ConsoleGui to Camera
  • press KeyCode.BackQuote to show or hide console
  • tested with unity 2020.1.6 for UConsoleTest_v2.7z

ELua, KopiLuaInterface

TODO

About

Comparation of kopilua and lua, and porting kopilua to lua 5.2.x and 5.3.x


Languages

Language:C# 99.9%Language:Lua 0.1%