LoveFrames/loveframes/third-party/utf8/charclass/compiletime/stub.lua

10 lines
175 B
Lua
Raw Normal View History

2020-05-11 16:23:16 +00:00
return function(utf8)
local cl = utf8.regex.compiletime.charclass.builder
return function(str, c, bs, ctx)
return cl.new():with_codes(c), utf8.next(str, bs) - bs
end
end