#terms #parser

declaration

A simple crate for parsing mathematical terms

1 unstable release

0.1.0 Nov 19, 2023

#1015 in Math

MIT license

19KB
475 lines

Simple crate for parsing mathematical terms.


lib.rs:

A simple crate for parsing mathematical terms. Use [Term::from_string()] to generate a term from infix notation and [Term::apply()] to use it as a formula.

Dependencies

~2.2–3.5MB
~56K SLoC