lua-users home
lua-l archive

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


On Feb 27, 2009, at 8:39 PM, 임창진(callin) wrote:
hi David
check this url  "http://gema.sourceforge.net/new/gel.shtml";
gema support greedy match
gema has similar approach like lpeg's "re" package

gema is pretty awesome. In the past I've worked with it, but found that it has some hazardous implications due to the fact that it is based on a one-shot application.

IIRR it uses exit/abort-style errors in certain cases for errors that would normally be perfectly fine when using gema as a unix-style stream processor. Embedding it using the Lua module can lead to undesirable problems.

If these problems have been resolved, that would be a great.