forked from davedelong/DDMathParser
-
Notifications
You must be signed in to change notification settings - Fork 0
Adding DDMathParser to your project
davedelong edited this page Sep 27, 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.