lua-users home
lua-l archive

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


If you have a bit history of compilers, you will find these slides very helpful,

http://www.inf.puc-rio.br/~roberto/talks/lpeg-tug.pdf

I am not a good reader, but this is the paper for your reference,

http://www.inf.puc-rio.br/~roberto/docs/peg.pdf



On Tue, Sep 24, 2013 at 12:04 AM, steve donovan <steve.j.donovan@gmail.com> wrote:
On Tue, Sep 24, 2013 at 5:44 AM, Jayanth Acharya <jayachar88@gmail.com> wrote:
> Is there a layman friendly, step-by-step tutorial explaining PEG and usage
> of LPEG ?

Did you find http://lua-users.org/wiki/LpegTutorial ?

I wrote it after explaining lpeg to myself, and captured that learning
process ;)