0
I Use This!
Inactive

Commits : Listings

Analyzed about 24 hours ago. based on code collected 1 day ago.
Aug 26, 2025 — Aug 26, 2026
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 More... over 15 years ago
you probably don't want my NSLog() statements in there More... over 15 years ago
Added support for the unary +. Also refactored how the token stream is parsed More... over 15 years ago
fixed a parsing bug when parsing functions with arguments; also optimized some minor aspects of tokenization More... over 15 years ago
Added new NSString category method. Updated readme, added TODO list More... over 15 years ago
Added a demo app to show off evaluation and variable substitution More... over 15 years ago
fixed a memory leak More... over 15 years ago
Fixed a bug where functions with no arguments weren't resolved correctly. More... over 15 years ago
correct bug with n-argument function evaluation. added function aliases and updated readme More... over 15 years ago
Replaced parser with new operator precedence parser More... over 15 years ago
If a function fails to resolve, inform the evaluator More... almost 16 years ago
clarified grammar More... almost 16 years ago
update readme More... almost 16 years ago
Added an NSString category, updated readme More... almost 16 years ago
added the hyperbolic trig functions More... almost 16 years ago
updated readme More... almost 16 years ago
updated readme More... almost 16 years ago
updated readme More... almost 16 years ago
updated readme More... almost 16 years ago
Determine power associativity dynamically More... almost 16 years ago
added ability to rudimentarily simplify expressions More... almost 16 years ago
Moved parsing files to common subfolder, added readme and license 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 "*" More... almost 16 years ago
initial commit More... almost 16 years ago
added gitignore file More... almost 16 years ago