What is a fast C or Objective-C math parser? [closed]

I've looked around quite a bit for a fast math parser in either C or Objective-C Almost all of the libraries I saw are written in C++, and I don't really want to go through the hassle of getting that to compile. Can anyone make a recommendation?


I haven’t used them myself, but you could try GCMathParser and DDMathParser.


There won't be any hassle with the compiling, ObjC can work side by side with any C++ class. Search for ObjC++ here, its really pretty easy (its basically just renaming everything from *.m to *.mm)


See my ae library (which uses Lua) and libmatheval.