<div align="center">
<a href="https://choosealicense.com/licenses/mit/">
<img src="https://img.shields.io/badge/License-MIT-green.svg?style=for-the-badge" alt="MIT License"/>
</a>
<a href="https://shields.io/">
<img src="https://img.shields.io/badge/Prounounced-%22Jank%22-informational?style=for-the-badge" alt="Prounounced: Jank"/>
</a>
<hr/>
<a href="https://crates.io/crates/jnk">
<img src="https://img.shields.io/crates/v/jnk.svg?style=for-the-badge" alt="Crates status"/>
</a>
<a href="https://docs.rs/jnk/latest/jnk/">
<img src="https://img.shields.io/docsrs/jnk/latest?style=for-the-badge" alt="Docs status"/>
</a>
<a href="https://deps.rs/repo/github/Ex-32/jnk">
<img src="https://deps.rs/repo/github/Ex-32/jnk/status.svg?style=for-the-badge" alt="Dependency status"/>
</a>
</div>
# jnk
[](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