eww/crates/simplexpr
éclairevoyant fba770255d
remove box_syntax (#711)
Rust removed support for box_syntax in a recent nightly release :'(
2023-03-20 12:40:36 +01:00
..
src remove box_syntax (#711) 2023-03-20 12:40:36 +01:00
build.rs Move to crates directory 2021-07-21 19:20:47 +02:00
Cargo.toml Add jq function (#695) 2023-02-25 16:27:32 +01: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 Fix outdated formatting config 2023-02-25 16:51:08 +01: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.