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

`Val` parsing boolean literals #26

Closed bertiqwerty closed 2 years ago

bertiqwerty commented 2 years ago

When using the feature value and the value type Val, boolean literals true and false are interpreted as variables instead of literals when using from_str instead of parse_val.