eww/crates/simplexpr
Jacob f1ec00a1c9
add get_env function to yuck (#779)
* added basic get_env function to yuck

* added get_env to changelog

* added get_env to docs

* changed key to string in doc

* changed suggested code

* credit myself in CHANGELOG.md
2024-03-20 12:45:08 +01:00
..
src add get_env function to yuck (#779) 2024-03-20 12:45:08 +01:00
build.rs Move to crates directory 2021-07-21 19:20:47 +02:00
Cargo.toml Update jaq 2024-02-17 14:42:39 +01: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.