Implemented Evaluation
This commit is contained in:
18
MathPad/MPElementParser.h
Normal file
18
MathPad/MPElementParser.h
Normal file
@@ -0,0 +1,18 @@
|
||||
//
|
||||
// MPElementParser.h
|
||||
// MathPad
|
||||
//
|
||||
// Created by Kim Wittenburg on 06.09.14.
|
||||
// Copyright (c) 2014 Kim Wittenburg. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
#import "MPParsedElement.h"
|
||||
#import "MPParseError.h"
|
||||
|
||||
@interface MPElementParser : NSObject
|
||||
|
||||
- (MPParsedElement *)parseElement:(NSString *)string error:(MPParseError *__autoreleasing *)error;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user