[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Wiki page on compatibility of 5.3 with older versions?
- From: Roberto Ierusalimschy <roberto@...>
- Date: Sun, 8 Feb 2015 11:54:08 -0200
> I'm looking around the wiki for a page on writing code that is
> compatible with both 5.2 and 5.3. But I'm not finding it. Does such a
> page exist?
Apropos, the file bitwise.lua in the test suit for Lua 5.3 has a
complete implementation of module bit32 from 5.2 in 5.3.
-- Roberto