Overview
| Comment: | (/ω\) |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
c9c3e39b9ab12c1b2704daf69be82c6e |
| User & Date: | 顽雨沉风 on 2024-01-23 10:00:22.116 |
| Other Links: | manifest | tags |
Context
|
2024-01-23
| ||
| 11:05 | (/ω\) check-in: 7ba1ff2268 user: 顽雨沉风 tags: trunk | |
| 10:00 | (/ω\) check-in: c9c3e39b9a user: 顽雨沉风 tags: trunk | |
| 09:57 | (/ω\) check-in: eca49ddcf5 user: 顽雨沉风 tags: trunk | |
Changes
Modified 残局文料/lib_lua/删注/月程语_不虑字串.lua
from [9c00c3ef5d]
to [26efad08a9].
1 2 3 4 5 6 7 8 |
local d_3 = {}
function d_3.多行注_套娃态(o1)
return o1:gsub("%-%-%[(=*)%[.-%]%1%]", "")
end
function d_3.多行注_凡态(o1)
return o1:gsub("%-%-%[%[.-%]%]", "")
end
function d_3.单行注(o1)
| | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
local d_3 = {}
function d_3.多行注_套娃态(o1)
return o1:gsub("%-%-%[(=*)%[.-%]%1%]", "")
end
function d_3.多行注_凡态(o1)
return o1:gsub("%-%-%[%[.-%]%]", "")
end
function d_3.单行注(o1)
return o1:gsub("%-%-[^\n]*", "")
end
function d_3.事启(o1)
o1 = d_3.多行注_套娃态(o1)
return d_3.单行注(o1)
end
return d_3
|
Modified 残局文料/产常量件.lua
from [ef0c79ac3c]
to [22fda43c9d].
1 2 3 4 |
package.path = [[.\lib_lua\?.lua;]] .. package.path
package.cpath = [[.\lib_dll\?.dll;]] .. package.cpath
_G.常用库 = require("ipml_mj_ysaf")
local 字集码互转库 = require("u8_to_a")
| | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
package.path = [[.\lib_lua\?.lua;]] .. package.path
package.cpath = [[.\lib_dll\?.dll;]] .. package.cpath
_G.常用库 = require("ipml_mj_ysaf")
local 字集码互转库 = require("u8_to_a")
local 删注库_月程语态_不虑字串态 = require_u8("删注/月程语_不虑字串")
local d_2 = {}
function d_2.产常量件(o1)
local k1
k1 = 常用库.读件(o1 .. "/script/constant.lua", "rb")
k1 = 删注库_月程语态_不虑字串态.事启(k1)
k1 = 常用库.删制表符与空行(k1)
print(k1)
end
function d_2.筛凡常量()
end
function d_2.筛字段量()
|
| ︙ | ︙ |