eww/crates/simplexpr
Lorenzo Bodini fddb4a09b1
add formatbytes to expressions (#1333)
* feat: add `log` to expressions

* changelog: add `log`

* feat: add `formatbytes` to expressions
2025-06-30 16:11:18 +02:00
..
src add formatbytes to expressions (#1333) 2025-06-30 16:11:18 +02:00
build.rs Move to crates directory 2021-07-21 19:20:47 +02:00
Cargo.toml add formatbytes to expressions (#1333) 2025-06-30 16:11:18 +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.