Commit 3f2326d1 authored by Taddeus Kroes's avatar Taddeus Kroes

Removed some finished items from TODO list.

parent 8d921d80
......@@ -56,11 +56,10 @@ Division of 0 by 1 reduces to 0.
>>> sin(x) ^ 2 + cos(x) ^ 2
sin(x ^ 2) + cos(x ^ 2)
- ExpressionNode werkend maken voor alle cases (negatie).
- ExpressionNode.equals() werkend maken voor alle cases (negatie).
- validation traversal implementatie vergelijken met andere implementaties.
- Testen: 4^2 ; 1 / b^3 * b^2 ; 2/4 -> 1/2
- validation: preorder traversal implementatie vergelijken met andere
implementaties.
- Fix the following loop using strategy (reduce_fraction_constants):
>>> 2 / 7 - 4 / 11
......@@ -102,7 +101,3 @@ Division of 0 by 1 reduces to 0.
ERROR: 41.14-41.15: "syntax error, unexpected RPAREN" near ")".
- No matches for sin(pi), sin(2pi), sin(4pi), etc...
- Fix line generator:
>>> a/b/(c/d)
a / b / c / d
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment