lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> btw, LPeg (version 0.11) doesn't seem to compile with Lua 5.3 work 1...

I've tried LPeg 0.12 (which is the last one) and only had to change this
line:

lptypes.h:
< #if (LUA_VERSION_NUM == 502)
> #if (LUA_VERSION_NUM >= 502)