kondrak / tinyexpr-rs

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

Generic types #2

Open kondrak opened 8 years ago

kondrak commented 8 years ago

Original library works on doubles, would be nice to have it working with any type (generic structs?)