Added Operator Constants Removed NSMutableString from NSMutableExpression (not needed) Implemented -description Added Tests for: -description, -copy, -mutableCopy Some Logical Corrections.
12 lines
317 B
Objective-C
12 lines
317 B
Objective-C
//
|
|
// MPException.m
|
|
// MathPad
|
|
//
|
|
// Created by Kim Wittenburg on 19.04.14.
|
|
// Copyright (c) 2014 Kim Wittenburg. All rights reserved.
|
|
//
|
|
|
|
#import "MPException.h"
|
|
|
|
NSString *MPIllegalSymbolException = @"MPIllegalSymbolException";
|
|
NSString *MPIllegalSymbolExceptionSymbolKey = @"MPIllegalSymbolExceptionSymbolKey"; |