blob: c0229675a00ce2d40a143c3242429bfe1176f023 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
Things to finish before moving onto compiler optimizations, C extensions, other nice features
- 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..
|