kondrak / tinyexpr-rs

Tiny recursive descent expression parser, compiler, and evaluation engine for math expressions.
MIT License
11 stars 1 forks source link

Display traits #5

Open kondrak opened 8 years ago

kondrak commented 8 years ago

Default debug trait makes the output unreadable, having a nicer and cleaner output is nice anyway.