Commit Graph

2 Commits

Author SHA1 Message Date
Francesco Abbate e125c9666e Fix luajit compatibility for new code
The more recent version of lite-xl use the bit32 library and
the lua_Buffer functions. These function were not implemented
by the minimal compatiblity layer and are now added with this commit.

The code is adapted from:

https://github.com/keplerproject/lua-compat-5.2
2021-10-03 00:12:33 +02:00
Francesco Abbate d1e7139e3e Initial draft of transition to use LuaJIT2 instead of Lua 5.2
There is problem with utf8 expression matching on common.utf8_chars
2021-10-03 00:07:37 +02:00