openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
D
DDMathParser
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 24 hours
ago. based on code collected
1 day
ago.
Aug 26, 2025 — Aug 26, 2026
Showing page 18 of 18
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
if a unary operator is the first token, make sure we treat it as unary
Dave DeLong
More...
over 15 years ago
you probably don't want my NSLog() statements in there
Dave DeLong
More...
over 15 years ago
Added support for the unary +. Also refactored how the token stream is parsed
Dave DeLong
More...
over 15 years ago
fixed a parsing bug when parsing functions with arguments; also optimized some minor aspects of tokenization
Dave DeLong
More...
over 15 years ago
Added new NSString category method. Updated readme, added TODO list
Dave DeLong
More...
over 15 years ago
Added a demo app to show off evaluation and variable substitution
Dave DeLong
More...
over 15 years ago
fixed a memory leak
Dave DeLong
More...
over 15 years ago
Fixed a bug where functions with no arguments weren't resolved correctly.
Dave DeLong
More...
over 15 years ago
correct bug with n-argument function evaluation. added function aliases and updated readme
Dave DeLong
More...
over 15 years ago
Replaced parser with new operator precedence parser
Dave DeLong
More...
over 15 years ago
If a function fails to resolve, inform the evaluator
Dave DeLong
More...
almost 16 years ago
clarified grammar
Dave DeLong
More...
almost 16 years ago
update readme
Dave DeLong
More...
almost 16 years ago
Added an NSString category, updated readme
Dave DeLong
More...
almost 16 years ago
added the hyperbolic trig functions
Dave DeLong
More...
almost 16 years ago
updated readme
Dave DeLong
More...
almost 16 years ago
updated readme
Dave DeLong
More...
almost 16 years ago
updated readme
Dave DeLong
More...
almost 16 years ago
updated readme
Dave DeLong
More...
almost 16 years ago
Determine power associativity dynamically
Dave DeLong
More...
almost 16 years ago
added ability to rudimentarily simplify expressions
Dave DeLong
More...
almost 16 years ago
Moved parsing files to common subfolder, added readme and license
Dave DeLong
More...
almost 16 years ago
Added a built-in trig functions, more constant functions; refactor parsing logic; added ability to specify associativity or operators when lexing. added ability to recognize "x" as "*"
Dave DeLong
More...
almost 16 years ago
initial commit
Dave DeLong
More...
almost 16 years ago
added gitignore file
Dave DeLong
More...
almost 16 years ago
←
1
2
…
10
11
12
13
14
15
16
17
18
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree