From 852c67b22af429b60f8f795eec3a7535742ac91a Mon Sep 17 00:00:00 2001 From: lafrite Date: Sun, 19 Jan 2014 18:40:00 +0100 Subject: [PATCH] add in todo --- TODO | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index 4da6cca..375517a 100644 --- a/TODO +++ b/TODO @@ -3,6 +3,7 @@ * Improve fix recognition (DONE) * More flexible expression parsing (DONE) * bug: expression can't handle -(-2) -* Overload + - * / for expression +* Overload + - * for expression (DONE ~ no steps yet) +* Expression should be able to simplify expression with ":" * Expression parents class and his children: Numerical_exp, toGenerate_exp and formal expression