MIT License Prounounced: Jank
Crates status Docs status Dependency status
# jnk [![Build Status](https://github.com/Ex-32/jnk/workflows/CI/badge.svg)](https://github.com/Ex-32/jnk/actions?workflow=CI) **this project is still a work in progress and may contain significant bugs, if you notice any, please report them :)** Jenna's Number Kruncher, a library and cli tool for evaluating math expressions using arbitrary precision numbers. ## installation binary ```bash cargo install jnk ``` library ```bash cargo add jnk ``` ## feaures - arbitrary precision integers - variables - cli repl - cli script support ## todo - [ ] cleaner API for the library - [ ] floating point support (maybe) - [ ] better documentation :P