[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: yet another pattern-matching library for Lua
- From: "Thomas Harning Jr." <harningt@...>
- Date: Wed, 3 Jan 2007 11:45:05 -0500
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.