add readme

This commit is contained in:
elkowar 2021-07-17 13:31:23 +02:00
parent 1118182156
commit b12b7e9977
No known key found for this signature in database
GPG key ID: E321AD71B1D1F27F

6
README.md Normal file
View file

@ -0,0 +1,6 @@
# 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](https://github.com/elkowar/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.