summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenedikt Böhm <bb@xnull.de>2009-07-07 10:44:51 +0200
committerBenedikt Böhm <bb@xnull.de>2009-07-07 10:44:51 +0200
commitb267a4ada4aaeb6c4839b373510e8a28fa888731 (patch)
tree03b630bfd1ee918d7e660db641a59a9f42883554
parent8582e3520ff487ea71e68a10fa8641fd95e74706 (diff)
downloadswppy-b267a4ada4aaeb6c4839b373510e8a28fa888731.tar.gz
swppy-b267a4ada4aaeb6c4839b373510e8a28fa888731.tar.xz
swppy-b267a4ada4aaeb6c4839b373510e8a28fa888731.zip
cleanup
-rw-r--r--src/emu/TODO4
-rw-r--r--src/front/TODO5
2 files changed, 0 insertions, 9 deletions
diff --git a/src/emu/TODO b/src/emu/TODO
deleted file mode 100644
index e3445bc..0000000
--- a/src/emu/TODO
+++ /dev/null
@@ -1,4 +0,0 @@
-- define application binary interface
-- add some more usefull system calls
-- enhance trap handling
-- check arithmetic operations for overflow and signed correctness
diff --git a/src/front/TODO b/src/front/TODO
deleted file mode 100644
index ae28350..0000000
--- a/src/front/TODO
+++ /dev/null
@@ -1,5 +0,0 @@
-lexer:
-======
-- convert to StringIO
-- lexical errors (p. 139)
-