Added Evaluation Context and Math Rules
This commit is contained in:
@@ -25,6 +25,9 @@ static MPEvaluationContext *sharedContext;
|
||||
|
||||
- (instancetype)init
|
||||
{
|
||||
if (sharedContext) {
|
||||
return sharedContext;
|
||||
}
|
||||
self = [super init];
|
||||
if (self) {
|
||||
_stack = [[NSMutableArray alloc] init];
|
||||
|
||||
Reference in New Issue
Block a user