Skip to content
Snippets Groups Projects
Commit 709ab668 authored by Sander Mathijs van Veen's avatar Sander Mathijs van Veen
Browse files

Added basic TODO list

parent 3989e022
No related branches found
No related tags found
No related merge requests found
TODO 0 → 100644
- 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".
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