lua-users home
lua-l archive

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


> 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