Implemented Expression Evaluation/Parsing with Proper Error Handling
This commit is contained in:
@@ -21,9 +21,4 @@
|
||||
return NO;
|
||||
}
|
||||
|
||||
- (NSDecimalNumber *)evaluate:(MPParseError *__autoreleasing *)error
|
||||
{
|
||||
return [[[MPElementParser alloc] init] parseElement:self error:error].standaloneValue;
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user