Lines of
残局文料/用令行工具排版lua文件.lua
from check-in 7c7b1fda96
that are changed by the sequence of edits moving toward
check-in 6635e5ac89:
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_2 = {}
7: d_2.目对 = {
8: ["文件目"] = [[../single]]
9: , ["文件类"] = ".lua"
10: , ["令行前缀"] = [[stylua --indent-type Spaces --indent-width 2 --collapse-simple-statement Never ]]
11: }
7c7b1fda96 2024-02-03 12: for _, o1 in pairs(d_2.目对) do
7c7b1fda96 2024-02-03 13: d_2.目对[_] = f.操类(o1, "string", u8)
14: end
15: f.用令行工具操文件(d_2.目对)