val 0.1.1

An arbitrary precision calculator language
Documentation

val

CI crates.io docs.rs dependency status

val (eval) is a simple arbitrary precision calculator language built on top of chumsky and ariadne.

Installation

val should run on any system, including Linux, MacOS, and the BSDs.

The easiest way to install it is by using cargo, the Rust package manager:

cargo install val

Pre-built binaries

Pre-built binaries for Linux, MacOS, and Windows can be found on the releases page.

Prior Art

bc(1) - An arbitrary precision calculator language