游戏王残局简化版

Annotation For 残局文料/副_容冗/集YGOPro常量并据此产lua文件.lua
Login

Annotation For 残局文料/副_容冗/集YGOPro常量并据此产lua文件.lua

Lines of 残局文料/副_容冗/集YGOPro常量并据此产lua文件.lua from check-in 0a84ce44ba that are changed by the sequence of edits moving toward check-in f1bea6a75e:

                         1: package.path = [[.\lua_lib\?.lua;]] .. package.path
                         2: package.cpath = [[.\lua_lib\?.dll;]] .. package.cpath
                         3: local 字集码互转库 = require("u8_to_a")
                         4: local u8 = 字集码互转库.u8_to_a
                         5: local f = require(u8("常用库"))
                         6: local d_3 = {}
                         7: --~ 文件路
                         8: --~ 普常量文件名
0a84ce44ba 2024-02-13    9: function d_3.产普常量文件(o1, o2)
                        10:   local k1, k2
                        11:   local h1_0
                        12:   --~ 文
0a84ce44ba 2024-02-13   13:   k1 = f.读文件(o1)
                        14:   k1 = string.gsub(k1, "%-%-" .. "[^\n]*", "")
                        15:   k1 = string.gsub(k1, "[ \t]", "")
                        16:   --~ 常量排
                        17:   h1_0 = f.历文(k1, string.gmatch, "[^\n]+")
0a84ce44ba 2024-02-13   18:   for o1 = 1, #h1_0 do
0a84ce44ba 2024-02-13   19:     h1_0[o1] = f.加前缀(h1_0[o1], [[h1_0.]])
                        20:     end
                        21:   --~ 文
                        22:   k2 = f.加对限(h1_0)
0a84ce44ba 2024-02-13   23:   f.写文件(k2, o2)
                        24:   end
                        25: --~ 文件路
                        26: --~ 字段名文件名
0a84ce44ba 2024-02-13   27: function d_3.产字段名文件(o1, o2)
                        28:   local k1, k2
                        29:   local h1_0
                        30:   --~ 文
0a84ce44ba 2024-02-13   31:   k1 = f.读文件(o1)
                        32:   --~ 常量排
                        33:   h1_0 = f.历文(k1, string.gmatch, "[^\n]+")
                        34:   h1_0 = f.历排(h1_0, f.全筛文, "^!setname")
0a84ce44ba 2024-02-13   35:   for o3 = 1, #h1_0 do
0a84ce44ba 2024-02-13   36:     h1_0[o3] = f.删左右空白(h1_0[o3])
0a84ce44ba 2024-02-13   37:     h1_0[o3] = string.gsub(h1_0[o3], "^!setname ", "")
0a84ce44ba 2024-02-13   38:     h1_0[o3] = string.gsub(h1_0[o3], "[|\t].+", "")
0a84ce44ba 2024-02-13   39:     h1_0[o3] = string.gsub(h1_0[o3], " ", "=", 1)
0a84ce44ba 2024-02-13   40:     h1_0[o3] = string.gsub(h1_0[o3], "[0-9a-z]+", "h1_0[%1]", 1)
0a84ce44ba 2024-02-13   41:     h1_0[o3] = string.gsub(h1_0[o3], "=([^\n]+)", [[="%1"]], 1)
                        42:     end
                        43:   --~ 文
                        44:   k2 = f.加对限(h1_0)
0a84ce44ba 2024-02-13   45:   f.写文件(k2, o2)
                        46:   end
                        47: d_3.产普常量文件([[D:\install\YGOPro/script/constant.lua]], u8("普常量.lua"))
                        48: d_3.产字段名文件([[D:\install\YGOPro/strings.conf]], u8("字段名.lua"))