diff --git a/docs/source/todo.rst b/docs/source/todo.rst index 28dd0d71c..6ac6c8a2a 100644 --- a/docs/source/todo.rst +++ b/docs/source/todo.rst @@ -2,8 +2,6 @@ TODO ==== -- fix imageviewer application with new Prog8 6.1 version - images are all corrupted now.... :( - - refactor the project module structure: make the static ast stuff a separate module, the optimizers another one, etc. - optimize for loop iterations better to allow proper inx, cpx #value, bne loop instructions (like repeat loop) - implement the linked_list millfork benchmark