No description
Find a file
2021-07-17 18:07:25 +02:00
src fix clippy lints 2021-07-17 18:07:25 +02:00
.gitignore Start implementing parser 2021-07-12 16:45:16 +02:00
build.rs Finish basic parser 2021-07-16 14:19:54 +02:00
Cargo.toml fix clippy lints 2021-07-17 18:07:25 +02:00
README.md add readme 2021-07-17 13:31:23 +02:00
rust-toolchain Start implementing parser 2021-07-12 16:45:16 +02:00
rustfmt.toml Start implementing parser 2021-07-12 16:45:16 +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.