aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index a830f03..59ef04b 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,9 @@ A simple lisp/scheme interpreter
#### TODO
+* totally opaque value_t (maybe add add something with tagged pointers)
+* hamt for allocations
+
* reduce allocations
* overhaul environement/closures
* improve errors