val 0.1.0

An arbitrary precision calculator language
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
## val

[![CI](https://github.com/terror/val/actions/workflows/ci.yaml/badge.svg)](https://github.com/terror/val/actions/workflows/ci.yaml)
[![crates.io](https://shields.io/crates/v/val.svg)](https://crates.io/crates/val)
[![dependency status](https://deps.rs/repo/github/terror/val/status.svg)](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