summaryrefslogtreecommitdiff
path: root/src/pipeline.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add an actual AST for the query languagestuebinm2024-04-161-183/+27
| | | | | | | this incidentally also moves a lot of the parsing logic out of piplines.rs and instead keeps it in queries.rs, where it should probably be anyways, so the pipeline module can focus on just … well, applying the filter pipeline
* matching on elements by relative rolestuebinm2024-04-121-1/+33
| | | | just a skeleton to see if this works
* some restructuring, arg handling, re-enable batchmodestuebinm2024-04-121-0/+203