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

Removed some finished items from TODO list.

parent 8d921d80
No related branches found
No related tags found
No related merge requests found
...@@ -56,11 +56,10 @@ Division of 0 by 1 reduces to 0. ...@@ -56,11 +56,10 @@ Division of 0 by 1 reduces to 0.
>>> sin(x) ^ 2 + cos(x) ^ 2 >>> sin(x) ^ 2 + cos(x) ^ 2
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. - validation: preorder traversal implementatie vergelijken met andere
implementaties.
- Testen: 4^2 ; 1 / b^3 * b^2 ; 2/4 -> 1/2
- Fix the following loop using strategy (reduce_fraction_constants): - Fix the following loop using strategy (reduce_fraction_constants):
>>> 2 / 7 - 4 / 11 >>> 2 / 7 - 4 / 11
...@@ -102,7 +101,3 @@ Division of 0 by 1 reduces to 0. ...@@ -102,7 +101,3 @@ Division of 0 by 1 reduces to 0.
ERROR: 41.14-41.15: "syntax error, unexpected RPAREN" near ")". ERROR: 41.14-41.15: "syntax error, unexpected RPAREN" near ")".
- No matches for sin(pi), sin(2pi), sin(4pi), etc... - No matches for sin(pi), sin(2pi), sin(4pi), etc...
- Fix line generator:
>>> a/b/(c/d)
a / b / c / d
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