Lua incremental modification and merging library fLua

fLua is an incremental modification and merging library for Lua, supporting both pure Lua and CPP. Use pure Lua to refer to the example in pure_lua_test.lua, run as: lua pure_lua_test.lua The original table is: local src = { a = 1, b = “2”, c = 3.3, d = true, sub = { a = 11, b = “22”, c = 33.3, d = true, }, array = { 1, 2, 3, 4 }, obj_array = { { id = 1, a = 1, b = 2 }, { id = 2, …

#Lua #incremental #modification #merging #library #fLua

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *