-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Qijia Liu <[email protected]>
- Loading branch information
1 parent
752ed15
commit c22dbd7
Showing
16 changed files
with
78 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
f6a0288a806954b8c0f1d34148aa43e1 public/rime.data | ||
a05f8632c836fa1a77b833461b454447 public/rime.js | ||
7a9eb29da23cfb36a4bd427f30df7ee4 public/rime.wasm | ||
05e34aaf2b388a96e6a52fb941e5299f public/rime.data | ||
1985fb80ba5768f171d0108174c98abe public/rime.js | ||
baecfa3a5f7f5fbf2aa7837d3952747a public/rime.wasm |
This file was deleted.
Oops, something went wrong.
Submodule librime-lua
updated
17 files
+4 −3 | CMakeLists.txt | |
+10 −1 | sample/lua/expand_translator.lua | |
+86 −0 | sample/lua/script_translator.lua | |
+89 −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 | |
+186 −0 | src/script_translator.cc | |
+233 −0 | src/table_translator.cc | |
+88 −0 | src/translator.h | |
+570 −127 | src/types.cc | |
+32 −27 | src/types_ext.cc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters