Add things in TODO

This commit is contained in:
lafrite 2014-01-15 23:28:08 +01:00
parent 582fc2850c
commit 36bebd6c1a
1 changed files with 3 additions and 0 deletions

3
TODO
View File

@ -3,3 +3,6 @@
* Improve fix recognition (DONE)
* More flexible expression parsing (DONE)
* bug: expression can't handle -(-2)
* Overload + - * / for expression
* Expression parents class and his children: Numerical_exp, toGenerate_exp and formal expression