Archived
1

First implementation (incomplete) of MPExpression and MPFunction.

Declared custom exceptions in MPException.h
This commit is contained in:
Kim Wittenburg
2014-04-20 01:22:59 +02:00
parent 8244cdab4e
commit 01acd87b05
5 changed files with 718 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
//
// MPException_Private.h
// MathPad
//
// Created by Kim Wittenburg on 19.04.14.
// Copyright (c) 2014 Kim Wittenburg. All rights reserved.
//
#ifndef MathPad_MPException_Private_h
#define MathPad_MPException_Private_h
extern NSString *MPIllegalSymbolExceptionReason;
#endif