jnk

Crates.iojnk
lib.rsjnk
version0.2.1
sourcesrc
created_at2023-06-02 13:14:55.338323
updated_at2023-08-24 02:55:19.371921
descriptionJenna's Number Kruncher: a library for parsing math expressions.
homepage
repositoryhttps://github.com/Ex-32/jnk/
max_upload_size
id880820
size52,527
Jenna Fligor (Ex-32)

documentation

README

MIT License Prounounced: Jank
Crates status Docs status Dependency status

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

feaures

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

todo

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

cargo fmt