LunaQuery

Fluent, Linq-Style Query Expressions for Lua

$ luarocks install lunaquery

Use fluent syntax to query datasets like directory trees, XML, and JSON objects

Differences reflecting lua's table type:
'toList' and 'toArray' produce the same result, 'cast' is not implemented, and
'toDictionary' and 'toHashSet' don't take an equality comparer param

'repeat' is renamed 'repeatElement' to avoid collision with lua's repeat keyword

Versions

1.0-13 years ago27 downloads
0.9-23 years ago7 downloads
0.9-14 years ago11 downloads

Dependencies

lua >= 5.1

Manifests