游戏王残局简化版

Annotation For 残局文料/产常量件.lua
Login

Annotation For 残局文料/产常量件.lua

Origin for each line in 残局文料/产常量件.lua from check-in 22b0919894:

0716c90b61 2024-01-26    1: _G.常用库 = require("lib/ipml_mj_ysaf")
6cde949a2c 2024-01-23    2: local 字集码互转库 = require("u8_to_a")
22b0919894 2024-01-27    3: local 读件库 = 常用库.导入库_通用大字集态_八位态("算机_基统_窗群_件系_小件_读")
22b0919894 2024-01-27    4: local 写件库 = 常用库.导入库_通用大字集态_八位态("算机_基统_窗群_件系_小件_写")
22b0919894 2024-01-27    5: local 删注库 = 常用库.导入库_通用大字集态_八位态("程语_月_删注_不虑字串")
22b0919894 2024-01-27    6: local 删字库 = 常用库.导入库_通用大字集态_八位态("程语_月_基类_文_删字")
22b0919894 2024-01-27    7: local 文转排库 = 常用库.导入库_通用大字集态_八位态("程语_月_基类_文_筛文_文转排")
22b0919894 2024-01-27    8: local 遍历排库 = 常用库.导入库_通用大字集态_八位态("程语_月_基类_排_遍历")
22b0919894 2024-01-27    9: local 前后缀库 = 常用库.导入库_通用大字集态_八位态("程语_月_基类_文_前后缀")
22b0919894 2024-01-27   10: local 判文库 = 常用库.导入库_通用大字集态_八位态("程语_月_基类_文_筛文_判文")
f3e7596fd8 2024-01-26   11: local d_3 = {}
f3e7596fd8 2024-01-26   12: function d_3.产常量件_基态(o1)
f3e7596fd8 2024-01-26   13:   d_3.产普常量件_基态(o1)
f3e7596fd8 2024-01-26   14:   d_3.产字段名件_基态(o1)
f3e7596fd8 2024-01-26   15:   end
f3e7596fd8 2024-01-26   16: function d_3.产普常量件_基态(o1)
c895d3c75b 2024-01-26   17:   local k1
f3e7596fd8 2024-01-26   18:   local k1_11
0716c90b61 2024-01-26   19:   k1 = 读件库.读件(o1 .. "/script/constant.lua")
c895d3c75b 2024-01-26   20:   k1 = 删注库.单行注(k1)
f3e7596fd8 2024-01-26   21:   k1 = 删字库.空格与制表符(k1)
f3e7596fd8 2024-01-26   22:   k1_11 = 文转排库.单行_非空态_无换行符态(k1)
f3e7596fd8 2024-01-26   23:   d_3.入排而加表限并写件(k1_11, 字集码互转库.u8_to_a("普常量.lua"))
f3e7596fd8 2024-01-26   24:   end
f3e7596fd8 2024-01-26   25: function d_3.入排而加表限并写件(o1_11, o1)
f3e7596fd8 2024-01-26   26:   local k1
22b0919894 2024-01-27   27:   o1_11 = 遍历排库.遍历_返排态(o1_11, string.gsub, "[^=]+", "[\"%1\"]")
f3e7596fd8 2024-01-26   28:   o1_11 = 遍历排库.遍历_返排态(o1_11, 前后缀库.加前缀_基态, [[k1_11.]])
f3e7596fd8 2024-01-26   29:   table.insert(o1_11, 1, "local k1_11 = {}")
f3e7596fd8 2024-01-26   30:   table.insert(o1_11, "return k1_11")
f3e7596fd8 2024-01-26   31:   k1 = table.concat(o1_11, "\n")
f3e7596fd8 2024-01-26   32:   写件库.写件(k1, o1)
f3e7596fd8 2024-01-26   33:   end
f3e7596fd8 2024-01-26   34: function d_3.产字段名件_基态(o1)
f3e7596fd8 2024-01-26   35:   local k1
f3e7596fd8 2024-01-26   36:   local k1_11
f3e7596fd8 2024-01-26   37:   k1 = 读件库.读件(o1 .. "/strings.conf")
f3e7596fd8 2024-01-26   38:   k1_11 = 文转排库.单行_非空态_无换行符态(k1)
22b0919894 2024-01-27   39:   k1_11 = 遍历排库.遍历_返排态(k1_11, string.startswith, "!setname")
f3e7596fd8 2024-01-26   40:   k1_11 = 遍历排库.遍历_返排态(k1_11, 前后缀库.删前缀_基态, "!setname ")
f3e7596fd8 2024-01-26   41:   k1_11 = 遍历排库.遍历_返排态(k1_11, 判文库.返选文, "[^\t]+")
22b0919894 2024-01-27   42:   k1_11 = 遍历排库.遍历_返排态(k1_11, string.lstrip)
f3e7596fd8 2024-01-26   43:   k1_11 = 遍历排库.遍历_返排态(k1_11, string.gsub, " ", "=", 1)
22b0919894 2024-01-27   44:   k1_11 = 遍历排库.遍历_返排态(k1_11, string.gsub, "|.+", "")
f3e7596fd8 2024-01-26   45:   d_3.入排而加表限并写件(k1_11, 字集码互转库.u8_to_a("字段名.lua"))
c895d3c75b 2024-01-26   46:   end
f3e7596fd8 2024-01-26   47: d_3.产常量件_基态(字集码互转库.u8_to_a([[D:\install\YGOPro]]))