Rust library for parsing mathematical expressions
Note: this is deprecated in favor of: https://github.com/nilsmartel/mathlang
This Library is supposed to parse expressions in forms like this
-2 + 8
√4
sin x^2
cos π
a*x^2 + b*x + c
ln a * |x|
for now it is not ready for production