kondrak / tinyexpr-rs

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

Handle closures and functions with more arguments #4

Open kondrak opened 8 years ago

kondrak commented 8 years ago

Currently only few cases are handled for testing purposes, must work with all of them.