游戏王残局简化版

Annotation For 残局文料/用令行工具排版lua文件.lua
Login

Annotation For 残局文料/用令行工具排版lua文件.lua

Lines of 残局文料/用令行工具排版lua文件.lua from check-in e039d6b77e that are changed by the sequence of edits moving toward check-in e733caf45e:

                         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("常用库"))
e039d6b77e 2024-02-03    6: local k1 = 字集码互转库.u8_to_a("计算机_系统_窗口群_命令行_无窗口")
e039d6b77e 2024-02-03    7: local 令行库 = require(k1)
e039d6b77e 2024-02-03    8: local 简单文件系统库 = require("lfs")
e039d6b77e 2024-02-03    9: local k1 = 字集码互转库.u8_to_a("程序语言_月_基础类型_字串_逐一")
e039d6b77e 2024-02-03   10: local 历文库 = require(k1)
e039d6b77e 2024-02-03   11: local k1 = 字集码互转库.u8_to_a("程序语言_月_基础类型_序排_逐一")
e039d6b77e 2024-02-03   12: local 历排库 = require(k1)
e039d6b77e 2024-02-03   13: local k1 = 字集码互转库.u8_to_a("程序语言_月_基础类型_字串_前缀与后缀")
e039d6b77e 2024-02-03   14: local 前后缀库 = require(k1)
e039d6b77e 2024-02-03   15: local k1 = 字集码互转库.u8_to_a("程序语言_月_基础类型_字串_全筛")
e039d6b77e 2024-02-03   16: local 全筛文库 = require(k1)
                        17: local d_2 = {}
e039d6b77e 2024-02-03   18: function d_2.用命令行工具排版lua文件(o1, o2)
e039d6b77e 2024-02-03   19:   local k1
e039d6b77e 2024-02-03   20:   local k1_9
e039d6b77e 2024-02-03   21:   k1_9 = 历文库.处理后返回新排(o1, 简单文件系统库.dir)
e039d6b77e 2024-02-03   22:   k1_9 = 历排库.处理后返回新排(k1_9, 前后缀库.加前缀, o1 .. "/")
e039d6b77e 2024-02-03   23:   k1 = ".lua"
e039d6b77e 2024-02-03   24:   k1_9 = 历排库.处理后返回新排(k1_9, 全筛文库.找字, k1, -#k1, true)
e039d6b77e 2024-02-03   25:   k1_9 = 历排库.处理后返回新排(k1_9, 前后缀库.加前缀, [["]])
e039d6b77e 2024-02-03   26:   k1_9 = 历排库.处理后返回新排(k1_9, 前后缀库.加后缀, [["]])
e039d6b77e 2024-02-03   27:   k1_9 = 历排库.处理后返回新排(k1_9, 前后缀库.加前缀, o2)
e039d6b77e 2024-02-03   28:   历排库.处理后返回新排(k1_9, 令行库.执行命令)
e039d6b77e 2024-02-03   29:   end
e039d6b77e 2024-02-03   30: local k1 = 字集码互转库.u8_to_a([[../single]])
e039d6b77e 2024-02-03   31: local k2 = 字集码互转库.u8_to_a([[stylua --indent-type Spaces  --indent-width 2 --collapse-simple-statement Never ]])
                        32: --~ 若不传命令行参数,则后果未必如愿。例如,我想用空格做缩进符,它却用制表符。
e039d6b77e 2024-02-03   33: d_2.用命令行工具排版lua文件(k1, k2)
                        34: d_2.目表 = {
                        35:   ["文件目"] = [[../single]]
e039d6b77e 2024-02-03   36:   ["文件类"] = ".lua"
e039d6b77e 2024-02-03   37:   ["令行前缀"] = [[stylua --indent-type Spaces  --indent-width 2 --collapse-simple-statement Never ]]
                        38:   }
                        39: for _, o1 in pairs(d_2.目表) do
                        40:   d_2.目表[_] = f.操类(o1, "string", u8)
                        41:   end