First implementation (incomplete) of MPExpression and MPFunction.
Declared custom exceptions in MPException.h
This commit is contained in:
15
MathPad/MPException.h
Normal file
15
MathPad/MPException.h
Normal file
@@ -0,0 +1,15 @@
|
||||
//
|
||||
// MPException.h
|
||||
// MathPad
|
||||
//
|
||||
// Created by Kim Wittenburg on 19.04.14.
|
||||
// Copyright (c) 2014 Kim Wittenburg. All rights reserved.
|
||||
//
|
||||
|
||||
#ifndef MathPad_MPException_h
|
||||
#define MathPad_MPException_h
|
||||
|
||||
extern NSString *MPIllegalSymbolException;
|
||||
extern NSString *MPIllegalSymbolExceptionSymbolKey;
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user