diff options
| author | 2025-11-23 10:30:03 +0100 | |
|---|---|---|
| committer | 2025-11-23 15:29:53 +0100 | |
| commit | f4488e9153a4ead6f427902237cca93c67fec2bd (patch) | |
| tree | 1843c095c962e6594b67b1eed749940bc8bac6ab /todo.txt | |
| parent | 3585a99d9113c9745a68e6b7c067a7b756a50e92 (diff) | |
cpp: fix bugs with recursive macro expansion (hopefully)
Diffstat (limited to 'todo.txt')
| -rw-r--r-- | todo.txt | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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.. |