Module:qhv-verb/data: Difference between revisions

No edit summary
No edit summary
Line 3: Line 3:


local m_table = require('Module:table')
local m_table = require('Module:table')
local function llet(s, pattern)
return match(s, "[" .. pattern .. "]$")
end


local function long(v)
local function long(v)
Line 12: Line 16:


local d = {}
local d = {}
function d.llet(s, pattern)
return match(s, "[" .. pattern .. "]$")
end


d.astems = m_table.listToSet({
d.astems = m_table.listToSet({