summaryrefslogtreecommitdiff
path: root/src/pipeline.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-04-16add an actual AST for the query languagestuebinm1-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
2024-04-12matching on elements by relative rolestuebinm1-1/+33
just a skeleton to see if this works
2024-04-12some restructuring, arg handling, re-enable batchmodestuebinm1-0/+203