lua-users home
lua-l archive

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


Lpeg to read a bunch of numbers seems like serious overkill. Perhaps I
still don't *get* Lpeg, perhaps I don't think grammar-driven
programming is a good clear way to do most things.

steve d.

On Nov 14, 2007 10:51 AM, Miles Bader <miles.bader@necel.com> wrote:
> BTW, once you go beyond the most simple patterns, try learning LPeg --
> it has something of a learning curve, but it's _really_ expressive and
> easy to use once you get your head around it, and very powerful.