summaryrefslogtreecommitdiff
path: root/src/batchmode.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add simple testsstuebinm2024-04-171-2/+2
|
* add an actual AST for the query languagestuebinm2024-04-161-3/+3
| | | | | | | 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-11/+27
|
* very basic query languagestuebinm2024-04-031-0/+61