lua-users home
lua-l archive

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


Just to let everyone know, I put up a link on the lua-users wiki for
the Library/Binding as a Text-Processing item.  I also put up a page:
LpegRecipes for example code snippets to help advance everyone's
knowledge about this new tool.
http://lua-users.org/wiki/LpegRecipes

Already there is an example for c-comment parsing (/*  */).  Also
there is somewhat of a question of how to optimize the LPeg
expressions, since there are multiple ways to get the same result, but
they perform differently.


--
Thomas Harning Jr.