# ExprZ
[![Workflow Status](https://flat.badgen.net/github/checks/qdeduction/exprz?label=workflow)](https://github.com/qdeduction/exprz/actions)
[![Project Crate](https://flat.badgen.net/crates/v/exprz)](https://crates.io/crates/exprz)
[![Documentation](https://flat.badgen.net/badge/docs/latest/blue)](https://docs.rs/exprz)
_An Expression Library_
## About
_ExprZ_ is an expression representation and parsing library. _ExprZ_ expressions are typed s-expressions formed from atoms or groups of expressions and represent enumerated types of the form
```rust
enum Expr