Skip to content

Latest commit

 

History

History
52 lines (40 loc) · 1.45 KB

README.md

File metadata and controls

52 lines (40 loc) · 1.45 KB

jnk

Build Status

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

cargo install jnk

library

cargo add jnk

features

  • arbitrary size integers
  • variables
  • cli repl
  • cli script support

todo

  • cleaner API for the library
  • floating point support (maybe)
  • better documentation :P