lua-users home
lua-l archive

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


On Wed, Dec 5, 2012 at 9:52 PM, Vasiliy Tolstov <v.tolstov@selfip.ru> wrote:
> Can somebody provie minimal lua code for this sample?

Here you go:

https://gist.github.com/4231179

Or:

https://gist.github.com/1989745

> How can i do this using lua lpeg?

Lpeg is a full parser, you can do any parseable language with it.

Sam