lua-users home
lua-l archive

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


> More precisely: the 5.3 binary libraries can be linked with code
> written for the 5.2 API, and work most of the time. There are some
> new features (e.g. lua_gettable returns int, not void) and some
> programs (e.g. LPeg 0.12) work so intensely with numbers that
> the new dual-purpose number type gives unplanned results.

Can you be more concrete about LPeg? I have been testing LPeg both
with Lua 5.2 and Lua 5.3 and did not see any difference.

-- Roberto