Archived
1
Commit Graph

7 Commits

Author SHA1 Message Date
Kim Wittenburg
60760b8b3d Internal Redesign:
- Combined MPExpression and MPMutableExpression
- Abstracted children of MPExpression into MPExpressionElement protocol
- Abstracted most of MPExpressionLayout and MPFunctionLayout into common superclass MPLayout
2014-08-11 13:57:48 +02:00
Kim Wittenburg
8605a6ac7b Added/Corrected Tests (see previous commits) 2014-04-23 03:11:54 +02:00
Kim Wittenburg
f1953baafa Added MPRange and Tests 2014-04-21 18:17:56 +02:00
Kim Wittenburg
6f32672b40 Cleaned Code 2014-04-20 23:28:42 +02:00
Kim Wittenburg
8b5a69b885 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.
2014-04-20 14:34:42 +02:00
Kim Wittenburg
0c16b92aea Created some tests for MPExpression and MPMutableExpression. 2014-04-20 01:23:28 +02:00
Codello
d2f1de8d2a Initial Commit 2014-03-23 01:28:48 +01:00