Overview
| Comment: | (/ω\) |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
dfd48a1f684742a44e35e62e19764052 |
| User & Date: | 顽雨沉风 on 2024-01-23 06:07:05.566 |
| Other Links: | manifest | tags |
Context
|
2024-01-23
| ||
| 06:07 | (/ω\) check-in: c009936a2e user: 顽雨沉风 tags: trunk | |
| 06:07 | (/ω\) check-in: dfd48a1f68 user: 顽雨沉风 tags: trunk | |
| 06:04 | (/ω\) check-in: b14fefac64 user: 顽雨沉风 tags: trunk | |
Changes
Modified 残局文料/lib_lua/ipml_mj_ysaf.lua
from [0dc413ec49]
to [1281cfc192].
| ︙ | ︙ | |||
45 46 47 48 49 50 51 |
local k1 = table.concat(o1_9, "\n")
if o3 then
k1 = o3(k1)
end
d_5.写件(o1, k1, o2)
end
function d_5.删注释_lua_多行注释(o1)
| | < | < | < | 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 |
local k1 = table.concat(o1_9, "\n")
if o3 then
k1 = o3(k1)
end
d_5.写件(o1, k1, o2)
end
function d_5.删注释_lua_多行注释(o1)
return o1:gsub("%-%-%[%[.-%]%]", "")
end
function d_5.删注释_lua_单行注释(o1)
return o1:gsub("%-%-.-\n", "")
end
function d_5.删注释_lua(o1)
o1 = d_5.删注释_lua_多行注释(o1)
return d_5.删注释_lua_单行注释(o1)
end
function d_5.筛排(o1_9, o1, o2, o3)
local k1_8
local k1_9
k1_9 = {}
for o4 = 1, #o1_9 do
k1_8 = o1(o1_9[o4], o2, o3)
|
| ︙ | ︙ |