Re: [ANN] Lua 5.3.0 (work1) now available
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: [ANN] Lua 5.3.0 (work1) now available
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Sat, 6 Jul 2013 09:28:28 -0300
> 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)