[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: A practical code analysis question
- From: Alexander Gladysh <agladysh@...>
- Date: Sat, 18 Feb 2012 04:36:56 +0400
On Wed, Feb 15, 2012 at 11:38, steve donovan <steve.j.donovan@gmail.com> wrote:
> On Tue, Feb 14, 2012 at 3:00 PM, Fabien <fleutot+lua@gmail.com> wrote:
>>> T(ast)>>
>>> :under ('Forin', 'Fornum')
>>> :filter (is_op_concat)
>>> :foreach (function (node)
>>> local line = node.lineinfo.first.line
>>> printf ("Offending node on line %i", line)
>>> end)
>
> That is a fantastic notation Fabien.
Indeed. Happy to see that treequery is alive and kicking!
Alexander.