val
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:
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