From d7a6b20028db5e6d0c664bd853ccac185f34b9b2 Mon Sep 17 00:00:00 2001 From: Irmen de Jong Date: Sun, 7 Feb 2021 01:14:10 +0100 Subject: [PATCH] todo --- docs/source/todo.rst | 2 -- 1 file changed, 2 deletions(-) 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