Skip to content
Snippets Groups Projects
Commit d810e27c authored by Taddeus Kroes's avatar Taddeus Kroes
Browse files

Updated TODO list.

parent 140ddc59
No related branches found
No related tags found
No related merge requests found
......@@ -104,10 +104,12 @@ Division of 0 by 1 reduces to 0.
- Line generator: 'der(f(x), x)' -> 'd/dx f(x)'
- Create unit tests for parser preprocessor.
- Create unit tests for node inequivalece operator.
- Create unit tests for node inequivalence operator.
- Line printer: 1 / (n + n)x -> 1 / (n + n) * x
- Parser: 'apia' -> 'aa'
- 'x(1 / x)' -> '(x * 1) / x' (currently no left/right check: '1x / x')
- Unit tests for strategy.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment