2014-01-15 15:01:07 +00:00
|
|
|
# Todolist
|
|
|
|
|
2014-01-15 15:54:33 +00:00
|
|
|
* Improve fix recognition (DONE)
|
|
|
|
* More flexible expression parsing (DONE)
|
|
|
|
* bug: expression can't handle -(-2)
|
2014-01-15 22:28:08 +00:00
|
|
|
* Overload + - * / for expression
|
|
|
|
|
|
|
|
* Expression parents class and his children: Numerical_exp, toGenerate_exp and formal expression
|