We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Memory() 初始化增加 argv[4] callback_func
librime-lua/sample/lua/expand_translator.lua
Lines 30 to 35 in 01c61b1
-- ex1 env.mem = Memory(env.engne,env.engine.schema) env.mem:memorize( callback_func) -- callback_func -- ex2 env.mem = Memory(env.engne,env.engine.schema, 'translator',callback_func)
memoize(func) 直接 callback 免去 function(commit) return callback_func end
librime-lua/src/types.cc
Line 1343 in 754aaf4
auto r = lua_->call<bool, an<LuaObj>, T &, const CommitEntry &>(memorize_callback, *this, commit_entry);
lookup func return an 可以同時產生多組 iter 組合應用
增加 DictEntryIterReg UserDictEntryIterReg 配合 第四項
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Memory() 初始化增加 argv[4] callback_func
librime-lua/sample/lua/expand_translator.lua
Lines 30 to 35 in 01c61b1
memoize(func) 直接 callback 免去 function(commit) return callback_func end
librime-lua/src/types.cc
Line 1343 in 754aaf4
lookup func return an 可以同時產生多組 iter 組合應用
增加 DictEntryIterReg UserDictEntryIterReg 配合 第四項
The text was updated successfully, but these errors were encountered: