Explorar o código

Added basic TODO list

Sander Mathijs van Veen %!s(int64=14) %!d(string=hai) anos
pai
achega
709ab66831
Modificáronse 1 ficheiros con 14 adicións e 0 borrados
  1. 14 0
      TODO

+ 14 - 0
TODO

@@ -0,0 +1,14 @@
+ - Build expression tree (consisting of expression nodes).
+ - Define all rules in src/rules.py.
+
+ - Fix BisonSyntaxError location tracking.
+
+ - Sort polynom on its exponents.
+
+
+ - No possibilities found for:
+
+   >>> a2b3 + a2b3
+   a ^ 2 * b ^ 3 + a ^ 2 * b ^ 3
+
+ - Pretty printing of "abc" is currently printed as "ab * c" instead of "abc".