summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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