diff options
-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) - |