cruncher

Crates.iocruncher
lib.rscruncher
version0.2.1
sourcesrc
created_at2019-08-12 02:11:45.674795
updated_at2020-01-28 17:01:11.653633
descriptionjit-compiled mathematical expression calculator
homepagehttps://bitbucket.org/keyneom/cruncher/
repositoryhttps://bitbucket.org/keyneom/cruncher/
max_upload_size
id156001
size54,327
Mika Sanchez (keyneom)

documentation

https://bitbucket.org/keyneom/cruncher/

README

Cruncher

This library takes a string such as "x + 2 / 3 * ( z ^ 4 )" and allows you to pass in a dictionary with values defined for each variable used and get the result.

Right now the tests do the best job of providing examples of how to interact with the library.

It is a work in progress but the main functionality is there. The lexer/parser needs to be improved as it is sensitive to spacing.

Commit count: 0

cargo fmt