bertiqwerty / exmex

Math parser and evaluator in Rust, capable of partial differentiation, allows the use of custom operators.
Apache License 2.0
39 stars 6 forks source link

Only one of the fuzzing targets necessary #11

Closed bertiqwerty closed 3 years ago

bertiqwerty commented 3 years ago

Since eval_str calls parse_with_default_ops we only need eval_str as target and can remove the target parse_with_default_ops. @Nereuxofficial, do you disagree?

Nereuxofficial commented 3 years ago

No, i hadn't noticed that