lua-users home
lua-l archive

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


That's very interresting.

I need the dotkey (maybe I should call it path or something) notation for a mini build system that I came up with, and I actually need logical predicates in there, and your idea seems very very cool!

Thank you!

On 6/8/2012 4:17 AM, steve donovan wrote:
On Fri, Jun 8, 2012 at 1:05 PM, joao lobato<btnfdp.lobato@gmail.com>  wrote:
Basically redo a given part of the XML ecossystem without XML :-)

Amen ;)

E.g.  a 'path' like this 'children.(idx).(age>12)'  applied to
{children={{name='bill',age=10},{name='jill',age=13}}} would give
{{name='jill',age=13}}

steve d.