aboutsummaryrefslogtreecommitdiffhomepage
path: root/todo.txt
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2025-11-22 14:09:40 +0100
committerlemon <lsof@mailbox.org>2025-11-22 14:09:40 +0100
commit407dcc00760be819a798eadc8999f8e3698fe8a1 (patch)
tree60b5d213c2bc982e5c8544ce3563e477dca0fd1a /todo.txt
parent1780bdacc6be8d7f1fc487882ee1b3b1d318dd9d (diff)
update todo.txt
Diffstat (limited to 'todo.txt')
-rw-r--r--todo.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/todo.txt b/todo.txt
index d84ec59..773a37b 100644
--- a/todo.txt
+++ b/todo.txt
@@ -1,5 +1,10 @@
Things to finish before moving onto compiler optimizations, C extensions, other nice features
-- self host
+- self host. not yet compiling:
+ - io.c (TODO varargs)
+ - c/eval.c, ir/fold.c (NYI flt -> u64 cvt)
+ - c/builtin.c (preprocessor bugs)
+ - ir/optmem.c (preprocessor bugs w/ imap macros)
+ - embedfilesdir.c (static eval bug)
at some point add another backend like arm64 to make sure the non target specific stuff is generic enough..