aboutsummaryrefslogtreecommitdiffhomepage
path: root/todo.txt
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2025-11-23 19:19:04 +0100
committerlemon <lsof@mailbox.org>2025-11-23 19:19:04 +0100
commita86bbfc553433e377e48f9e26c90bcc5b4fe0263 (patch)
tree13c64847c34a217ea2cc1d295c200e4953372266 /todo.txt
parent7dbadf6052f8b97ebefc0720c859546780ca8544 (diff)
c: implement compound initializer in static context
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 ab9b618..3c747de 100644
--- a/todo.txt
+++ b/todo.txt
@@ -2,6 +2,5 @@ Things to finish before moving onto compiler optimizations, C extensions, other
- self host. not yet compiling:
- c/eval.c, ir/fold.c (NYI flt -> u64 cvt)
- - embedfilesdir.c (static eval bug)
at some point add another backend like arm64 to make sure the non target specific stuff is generic enough..