Archived
1

Removed Prefix/Suffix Placeholder (not needed)

Added Operator Constants
Removed NSMutableString from NSMutableExpression (not needed)
Implemented -description
Added Tests for: -description, -copy, -mutableCopy
Some Logical Corrections.
This commit is contained in:
Kim Wittenburg
2014-04-20 14:34:42 +02:00
parent 0c16b92aea
commit 8b5a69b885
4 changed files with 110 additions and 70 deletions

View File

@@ -7,8 +7,6 @@
//
#import "MPException.h"
#import "MPException_Private.h"
NSString *MPIllegalSymbolException = @"MPIllegalSymbolException";
NSString *MPIllegalSymbolExceptionReason = @"Only NSString and MPFunction objects are valid symbols.";
NSString *MPIllegalSymbolExceptionSymbolKey = @"MPIllegalSymbolExceptionSymbolKey";