forked from davedelong/DDMathParser
-
Notifications
You must be signed in to change notification settings - Fork 0
Adding DDMathParser to your project
Dave DeLong edited this page Oct 7, 2011
·
3 revisions
Simply copy the "DDMathParser" subfolder into your project, #import "DDMathParser.h"
, and you're good to go. A demo target is included as part of the project. It shows how to evaluate a user-entered string, with support for variables.
Alternatively, you can add DDMathParser as a submodule to your git repository, which will make it very easy to stay on top of the latest changes. This question on StackOverflow.com has an excellent write-up on how to do that.
- iOS 4 and later
- OS X 10.6 and later
DDMathParser
is compatible with all memory management models (MRC, ARC, and GC) from a single code base. It is unnecessary to use the ARC migration tool.
DDMathParser
has been tested with the latest versions of the LLVM-GCC and Clang compilers.