-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9db6fd3
commit 2fb37d2
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule librime-lua
updated
17 files
+4 −3 | CMakeLists.txt | |
+10 −1 | sample/lua/expand_translator.lua | |
+81 −0 | sample/lua/script_translator.lua | |
+84 −0 | sample/lua/table_translator.lua | |
+73 −0 | sample/lua/userdb.lua | |
+6 −0 | sample/luna_pinyin.custom.yaml | |
+4 −0 | src/lib/lua.cc | |
+2 −0 | src/lib/lua.h | |
+4 −0 | src/lua_gears.cc | |
+2 −0 | src/lua_gears.h | |
+33 −2 | src/modules.cc | |
+119 −42 | src/opencc.cc | |
+178 −0 | src/script_translator.cc | |
+223 −0 | src/table_translator.cc | |
+69 −0 | src/translator.h | |
+533 −110 | src/types.cc | |
+32 −27 | src/types_ext.cc |