summaryrefslogtreecommitdiff
path: root/src/queries.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* produces & print errors for unknown query constructsstuebinm2024-04-161-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.
* add an actual AST for the query languagestuebinm2024-04-161-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
* some restructuring, arg handling, re-enable batchmodestuebinm2024-04-121-193/+40
|
* very basic query languagestuebinm2024-04-031-0/+411