[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Relational metamethods and mixed types
- From: David Manura <dm.lua@...>
- Date: Mon, 23 Mar 2009 23:22:17 -0400
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).