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

Flat expressions with more than 32 nodes panick #6

Closed bertiqwerty closed 3 years ago

bertiqwerty commented 3 years ago

Problem is here

https://github.com/bertiqwerty/exmex/blob/32e9fc93726bff8cedfd6a6d936c3e30e4c7b9f6/src/expression/flat.rs#L216