Function Parser library for C++

A C++ library which can be used to parse an expression in a string. The syntax of the expression is similar to the way we write expressions when coding in C. The expression can be evaluated as weel, just provide the values for the variables. The performance seems very good from the numbers presented in … Read more