aboutsummaryrefslogtreecommitdiffhomepage
path: root/todo.txt
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2025-11-23 21:54:40 +0100
committerlemon <lsof@mailbox.org>2025-11-23 21:57:01 +0100
commit6464ec389e2da17b1674858858406e211b16e5f6 (patch)
tree1b82b733851b88a0868635c6ab5afe1ea2298b7c /todo.txt
parentd79251d487b57ea0e3b10640747eed723a06365c (diff)
ir: implement cvtu64f. and other bug fixes
compiler is bootstrapping?! however, stage1 and stage2+ executables aren't bit-identical.. small differences in the codegen.. need to look into that
Diffstat (limited to 'todo.txt')
-rw-r--r--todo.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/todo.txt b/todo.txt
index 3c747de..a03ee11 100644
--- a/todo.txt
+++ b/todo.txt
@@ -1,6 +1,6 @@
Things to finish before moving onto compiler optimizations, C extensions, other nice features
-- self host. not yet compiling:
- - c/eval.c, ir/fold.c (NYI flt -> u64 cvt)
+- self host -- working?? test thoroughly
+- fix preprocessor regressions though - e.g. <math.h>
at some point add another backend like arm64 to make sure the non target specific stuff is generic enough..