[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua 5.2 and LPeg
- From: Roberto Ierusalimschy <roberto@...>
- Date: Wed, 4 Aug 2010 18:23:30 -0300
> Would you recommend to use Lua 5.1 and LPeg, and then port it to 5.2
> once it is out?
Unless you are doing complex stuff with environments, it is easy to
program in 5.1 in such a way that the port to 5.2 should be trivial.
(Just avoid using what will be deprecated.)
When I get some time I will apply the same technique to LPeg, so that
the next release should be easily ported to 5.2.
-- Roberto