* add floor() and ceil() functions to simplexpr, akin to round() * document addition of floor() and ceil() * remove unnecessary second argument for floor() and ceil() * Update documentation --------- Co-authored-by: Martin Bogdanov <github () martinbogdanov.com> |
||
---|---|---|
.. | ||
src | ||
build.rs | ||
Cargo.toml | ||
README.md |
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.