Overview
| Comment: | (/ω\) |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
0716c90b61ca45df2f37939455d7fab1 |
| User & Date: | 顽雨沉风 on 2024-01-26 12:51:13.701 |
| Other Links: | manifest | tags |
Context
|
2024-01-26
| ||
| 14:14 | (/ω\) check-in: f3e7596fd8 user: 顽雨沉风 tags: trunk | |
| 12:51 | (/ω\) check-in: 0716c90b61 user: 顽雨沉风 tags: trunk | |
| 11:06 | (/ω\) check-in: c895d3c75b user: 顽雨沉风 tags: trunk | |
Changes
Modified 残局文料/lib/程语_月_删注_不虑字串.lua
from [225e748836]
to [9a2416f904].
1 |
local d_2 = {}
| | | 1 2 3 4 5 |
local d_2 = {}
function d_2.单行注(o1)
return o1:gsub("%-%-[^\n]*", "")
end
return d_2
|
Modified 残局文料/lib/程语_月_基类_文_前后缀.lua
from [f00ad681bf]
to [18ddbbbd66].
1 2 |
local d_3 = {}
local require = 常用库.require_通用大字集态_八位态
| | | 1 2 3 4 5 6 7 8 9 10 |
local d_3 = {}
local require = 常用库.require_通用大字集态_八位态
--~ local 筛文库 = require("程语_月_基类_文_筛文")
--~ 加
function d_3.加前缀_基态(o1, o2)
return o2 .. o1
end
function d_3.加后缀_基态(o1, o2)
return o1 .. o2
end
|
| ︙ | ︙ |
Deleted 残局文料/lib/程语_月_基类_文_筛文.lua version [447fb2a3e3].
Added 残局文料/lib/程语_月_基类_文_筛文_判文.lua version [a95ddd238f].
Added 残局文料/lib/程语_月_基类_文_筛文_文转排.lua version [c8464cac70].
Modified 残局文料/lib/算机_基统_窗群_件系_件径.lua
from [fec2875847]
to [7e06be0f22].
1 2 3 4 5 |
local d_2 = {}
local require = 常用库.require_通用大字集态_八位态
local 遍历文库 = require("程语_月_基类_文_遍历")
local 遍历排库 = require("程语_月_基类_排_遍历")
local 前后缀库 = require("程语_月_基类_文_前后缀")
| | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
local d_2 = {}
local require = 常用库.require_通用大字集态_八位态
local 遍历文库 = require("程语_月_基类_文_遍历")
local 遍历排库 = require("程语_月_基类_排_遍历")
local 前后缀库 = require("程语_月_基类_文_前后缀")
local 判文库 = require("程语_月_基类_文_筛文_判文")
local 简件系库 = require("lfs")
function d_2.入件夹而返件径排_筛态(o1, o2, o3, o4)
local k1_9
k1_9 = d_2.入件夹而返件径排_基态(o1)
return 遍历排库.遍历_返排态(k1_9, 判文库.返全文, o2, o3, o4)
end
function d_2.入件夹而返件径排_基态(o1)
local k1_9
k1_9 = 遍历文库.遍历(o1, 简件系库.dir)
return 遍历排库.遍历_返排态(k1_9, 前后缀库.加前缀_基态, o1 .. "/")
end
return d_2
|
Modified 残局文料/产常量件.lua
from [9055d44966]
to [acc81b5264].
|
| | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
_G.常用库 = require("lib/ipml_mj_ysaf")
local 字集码互转库 = require("u8_to_a")
local require = 常用库.require_通用大字集态_八位态
local 读件库 = require("算机_基统_窗群_件系_小件_读")
local 删注库 = require("程语_月_删注_不虑字串")
--~ local profile = require("jit.profile")
--~ profile.start("f", cb)
--~ local 删注库_月程语版_不虑字串版 = require(字集码互转库.u8_to_a("删注/月程语_不虑字串"))
local d_2 = {}
function d_2.产常量件_基态(o1)
local k1
k1 = 读件库.读件(o1 .. "/script/constant.lua")
k1 = 删注库.单行注(k1)
--~ k1 = 常用库.删空格(k1)
--~ k1 = 常用库.删制表符(k1)
--~ k1 = 常用库.捕非空单行(k1)
--~ k1 = 常用库.捕非空单行(k1)
--~ k1 = 常用库.筛单行等式(k1)
--~ k1 = 常用库.排转对(k1, 1)
|
| ︙ | ︙ |