Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add simple tests | stuebinm | 2024-04-17 | 1 | -2/+2 |
| | |||||
* | add an actual AST for the query language | stuebinm | 2024-04-16 | 1 | -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 batchmode | stuebinm | 2024-04-12 | 1 | -11/+27 |
| | |||||
* | very basic query language | stuebinm | 2024-04-03 | 1 | -0/+61 |