David Peter 46f6b0e294 Bump version to v1.11.0 1 year ago
..
benches a4a624c112 Add a first very basic benchmarks that imports the prelude 2 years ago
examples a43f8d7658 Use 'inspect'ion tool to auto-generate list of units 1 year ago
fuzz 159c76688d Bump dependencies 1 year ago
modules 458f51b335 Add imperial volume units 1 year ago
src 51290e5747 Change parse error to unterminated string 1 year ago
tests 8573e41a63 Add tests for datetime runtime errors, fix RFC2822 panic 1 year ago
Cargo.toml 46f6b0e294 Bump version to v1.11.0 1 year ago
README.md 39822b1f36 Updates for version 1.6 2 years ago

README.md

Numbat

Numbat is a statically typed programming language for scientific computations with first class support for physical units.

This crate contains the compiler for the Numbat language, as a library. The command line tool is available as numbat-cli.