Added Factorial, added parts of exponents
This commit is contained in:
@@ -8,10 +8,6 @@
|
||||
|
||||
#import "MPTokenStream.h"
|
||||
|
||||
@interface MPTokenStream ()
|
||||
@property (readwrite, nonatomic) NSUInteger currentLocation;
|
||||
@end
|
||||
|
||||
@implementation MPTokenStream {
|
||||
NSUInteger currentTokenIndex;
|
||||
NSUInteger eofLocation;
|
||||
|
||||
Reference in New Issue
Block a user