lua-users home
lua-l archive

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


On Mon, Mar 23, 2009 at 10:02 PM, Geoff Leyland wrote:
> Your hints about only parsing lightly could be useful though.

Or if you need to parse heavily, I suggest using the Metalua libraries
to convert a Lua string to an AST.  They're written in pure Lua.  I've
used them on a number of projects on the wiki (lua2c, luaanalyze, and
lint.lua).