aboutsummaryrefslogtreecommitdiffhomepage
path: root/todo.txt
diff options
context:
space:
mode:
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..