aboutsummaryrefslogtreecommitdiffhomepage
path: root/todo.txt
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2025-11-23 10:30:03 +0100
committerlemon <lsof@mailbox.org>2025-11-23 15:29:53 +0100
commitf4488e9153a4ead6f427902237cca93c67fec2bd (patch)
tree1843c095c962e6594b67b1eed749940bc8bac6ab /todo.txt
parent3585a99d9113c9745a68e6b7c067a7b756a50e92 (diff)
cpp: fix bugs with recursive macro expansion (hopefully)
Diffstat (limited to 'todo.txt')
-rw-r--r--todo.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/todo.txt b/todo.txt
index c022967..f729e99 100644
--- a/todo.txt
+++ b/todo.txt
@@ -3,7 +3,6 @@ Things to finish before moving onto compiler optimizations, C extensions, other
- self host. not yet compiling:
- io.c (TODO varargs)
- c/eval.c, ir/fold.c (NYI flt -> u64 cvt)
- - 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..