diff options
author | Benedikt Böhm <bb@xnull.de> | 2009-07-07 10:44:51 +0200 |
---|---|---|
committer | Benedikt Böhm <bb@xnull.de> | 2009-07-07 10:44:51 +0200 |
commit | b267a4ada4aaeb6c4839b373510e8a28fa888731 (patch) | |
tree | 03b630bfd1ee918d7e660db641a59a9f42883554 | |
parent | 8582e3520ff487ea71e68a10fa8641fd95e74706 (diff) | |
download | swppy-b267a4ada4aaeb6c4839b373510e8a28fa888731.tar.gz swppy-b267a4ada4aaeb6c4839b373510e8a28fa888731.tar.xz swppy-b267a4ada4aaeb6c4839b373510e8a28fa888731.zip |
cleanup
-rw-r--r-- | src/emu/TODO | 4 | ||||
-rw-r--r-- | src/front/TODO | 5 |
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) - |