A unit-aware calculator.
For an overview of the language accepted by the calculator, see the design overview.
To build this program, you need to have Rust 1.48.0 installed. Run this command to build the program:
cargo buildIf you directly want to run the program instead, run this command:
cargo runFor building the MPFR library, the m4 package needs to installed.
AGPLv3. Please see the LICENSE file.