[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: utf-8 support in Lua 5.3.0
- From: Roberto Ierusalimschy <roberto@...>
- Date: Tue, 15 Apr 2014 10:46:05 -0300
> 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