CExEv a C-syntax expression string evaluator in C++

This is a package of C++ classes intended to be used for evaluation of C-syntax expression strings. It is intended to be as simple as possible, portable and not depending on other libraries.

The developer using these classes can plug in his/her own variable and function context to be used in the evaluation process.

Go to project page

SourceForge.net Logo