summaryrefslogtreecommitdiff
path: root/src/queries.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-04-16produces & print errors for unknown query constructsstuebinm1-15/+47
Not sure yet if i'll keep the printing code, it's kinda fragile & there's almost definitely a crate which i could use instead.
2024-04-16add an actual AST for the query languagestuebinm1-0/+129
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-12some restructuring, arg handling, re-enable batchmodestuebinm1-193/+40
2024-04-03very basic query languagestuebinm1-0/+411