Archived
1

Redesign of the Evaluation System

This commit is contained in:
Kim Wittenburg
2014-09-13 23:16:44 +02:00
parent a3e1cc6df4
commit b50c444578
20 changed files with 431 additions and 135 deletions

View File

@@ -82,7 +82,7 @@
}
#pragma mark Evaluating Functions
- (NSDecimalNumber *)evaluate:(MPParseError *__autoreleasing *)error
- (NSDecimalNumber *)evaluateWithError:(MPParseError *__autoreleasing *)error
{
return [NSDecimalNumber zero];
}