Lua 脚本不兼容 LUA5.4

作者: dquitmann-op创建于 2020年8月3日更新于 2023年11月20日

在 https://GitHub.com/google/diff-match-patch/blob/62f2e689f498f9c92dbc588c58750addec9b1654/lua/diff_match_patch.lua#L30-L31 中,函数「band」、「bor」和「lshift」是从「bit32」导入的。上述注释(https://GitHub.com/google/diff-match-patch/blob/62f2e689f498f9c92dbc588c58750addec9b1654/lua/diff_match_patch.lua#L22-L28)指出,对于 Lua 5.1 及早期版本,必须安装 BitOp 库。

内容来源: google/diff-match-patch