add in todo

This commit is contained in:
lafrite 2014-01-19 18:40:00 +01:00
parent c88569b347
commit 852c67b22a
1 changed files with 2 additions and 1 deletions

3
TODO
View File

@ -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