eww/crates/simplexpr
Animesh Sahu 80b89dd391
Implement trigger for defpoll variable (#273)
* Implement trigger for defpoll variable

* Rename functions and configuration properties, edit docs to show sample usage, improve nearby fields in docs.
2021-09-11 18:01:41 +02:00
..
src Implement trigger for defpoll variable (#273) 2021-09-11 18:01:41 +02:00
build.rs Move to crates directory 2021-07-21 19:20:47 +02:00
Cargo.lock Move to crates directory 2021-07-21 19:20:47 +02:00
Cargo.toml Cleanup and update dependencies 2021-08-18 15:24:00 +02:00
README.md Move to crates directory 2021-07-21 19:20:47 +02:00
rust-toolchain Move to crates directory 2021-07-21 19:20:47 +02:00
rustfmt.toml 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.