aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJoel Martin <github@martintribe.org>2014-04-01 23:12:33 -0500
committerJoel Martin <github@martintribe.org>2014-04-01 23:12:33 -0500
commit1617910ad342a55762f3ddabb975849d843cff85 (patch)
tree7d5ec5c3865370fa3cf477b772a79a7b9c6dc109 /docs
parent7e872ecfc0b00c3675d64b748a5f1e8754c85b7e (diff)
downloadmal-1617910ad342a55762f3ddabb975849d843cff85.tar.gz
mal-1617910ad342a55762f3ddabb975849d843cff85.zip
All: remove slurp-do, use str around slurp instead.
Diffstat (limited to 'docs')
-rw-r--r--docs/TODO13
1 files changed, 4 insertions, 9 deletions
diff --git a/docs/TODO b/docs/TODO
index 324484e..07a75dc 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -6,21 +6,16 @@ All:
- synchronize function/definitions order/names in files
- move Env into separate file (maybe)?
- - more metadata tests
- - more hash_map tests
+ - more metadata, hash_map, interop tests
- hash-map with space in key string (make)
- - more interop tests
- - support metadata on symbol, hash-map, list, vector, function, atom
+ - metadata on collections: list, vector, hash-map, function, atom
- regular expression matching in runtest
-
- Print full exception when test gets EOF from expect
- - Note that bash 4, Java 1.7, php 5.3 required
- - Break out language eval into step0.5
+ - Break out impl eval into step0.5
- unindent tco while loop for step5-A
- - use str instead of slurp-do
- move printing from type to printer
- - fix conj list vs. vector behavior
+ - split types into types and core
---------------------------------------------