lua-users home
lua-l archive

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


> I recommend you to look http://lua-users.org/wiki/LpegRecipes
> In this page you will see more examples with LPeg. It's better than learn
> LPeg with test file. Try to make a little user case with LPeg.

This is an important point. The test file is not intended to be used
as a tutorial or a source of good practices. It is written to find as
many bugs as possible. That often requires bad practices.

-- Roberto