GitHub - terror/val: An arbitrary precision calculator language
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.
Usage
The primary way to use val is via the provided command-line interface. There
is currently ongoing work on a Rust library and web pl...
Read more at github.com