## val
[](https://github.com/terror/val/actions/workflows/ci.yaml)
[](https://crates.io/crates/val)
[](https://deps.rs/repo/github/terror/val)
**val** (e**val**) is a simple arbitrary precision calculator language built
on-top of [**chumsky**](https://github.com/zesterer/chumsky) and
[**ariadne**](https://github.com/zesterer/ariadne).
<img width="1667" alt="Screenshot 2025-04-12 at 4 37 56 PM" src="https://github.com/user-attachments/assets/eba025ba-f68b-43e1-a148-2c1d6fa16ae0" />
## Prior Art
[**bc(1)**](https://linux.die.net/man/1/bc) - An arbitrary precision calculator
language