summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCarson Fleming <cflems@cflems.net>2026-08-04 22:51:29 -0400
committerCarson Fleming <cflems@cflems.net>2026-08-04 22:51:29 -0400
commitebe7f44385c4be54afd2993d54ce6352f612f9fa (patch)
tree008ee208ada0d7eb468ba6e74753872fc56d7d33 /README.md
parentb1ff7e8bf24b40cf64127a6194d45661db3a4baf (diff)
downloadccc-ebe7f44385c4be54afd2993d54ce6352f612f9fa.tar.gz
add string literals via the data segment
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3ded28b..52b508f 100644
--- a/README.md
+++ b/README.md
@@ -14,3 +14,4 @@ TODO soon:
- [ ] use evaluated types to make code gen around math better
- [ ] support for functions/function pointers as types
- [ ] move the "expression not callable" stuff to the type checker
+- [ ] we've implemented a hash map 3 times now for different types, time to consolidate