aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2012-12-24 15:39:35 +0100
committerbnewbold <bnewbold@robocracy.org>2012-12-24 15:39:35 +0100
commit2403b07ec0a7586108798271fa04eb034445f51d (patch)
tree805f1ac5b46b484799c7c585f46b626da890dd96 /TODO
parent4818443a6a7abb9fe3976dd5846d42816e9d2328 (diff)
downloadbytetunes-2403b07ec0a7586108798271fa04eb034445f51d.tar.gz
bytetunes-2403b07ec0a7586108798271fa04eb034445f51d.zip
updates to documentation, code cleanup, comments
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 5 insertions, 2 deletions
diff --git a/TODO b/TODO
index f9c12bf..1946393 100644
--- a/TODO
+++ b/TODO
@@ -1,2 +1,5 @@
-- handle negative numbers
-- use libc tokenization?
+- all: handle negative numbers (unary '-' operator)
+- bytebeat.cpp: crude line editor: backspace, cursors, filter non-ascii chars
+- bytebeat.cpp: divide by zeros should not totally crash... catch HW exception? check args?
+- better README.html, incl. fritzig circuit
+- more tests