Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-04-16 | produces & print errors for unknown query constructs | stuebinm | 1 | -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-16 | add an actual AST for the query language | stuebinm | 1 | -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-12 | some restructuring, arg handling, re-enable batchmode | stuebinm | 1 | -193/+40 | |
2024-04-03 | very basic query language | stuebinm | 1 | -0/+411 | |