eww/crates/simplexpr
Wölfchen 6ee166707f
feat: add raw-output for jq (#1199)
* feat: add raw-output arg to jq

Co-authored-by: Roman Hargrave <roman@hargrave.info>

* test: add some test cases for jq raw output

* refactor: improve run_jaq_function

* docs: document changes

---------

Co-authored-by: Roman Hargrave <roman@hargrave.info>
2024-12-27 23:49:28 +01:00
..
src feat: add raw-output for jq (#1199) 2024-12-27 23:49:28 +01:00
build.rs Move to crates directory 2021-07-21 19:20:47 +02:00
Cargo.toml fix: make formattime follow system locale (#1177) 2024-08-28 10:29:52 +02:00
README.md Move to crates directory 2021-07-21 19:20:47 +02:00

simplexpr

simplexpr is a parser and interpreter for a simple expression syntax that can be embedded into other applications or crates. It is being developed to be used in eww, but may also other uses.

For now, this is highly experimental, unstable, and ugly. You most definitely do not want to use this crate.