diff options
| author | Joel Martin <github@martintribe.org> | 2014-04-06 16:24:27 -0500 |
|---|---|---|
| committer | Joel Martin <github@martintribe.org> | 2014-04-06 16:24:27 -0500 |
| commit | b079f51028571bc603b8d43761c29ff56273bffc (patch) | |
| tree | 98e9375fa15667ae6138794a2789215a06148713 /docs | |
| parent | 406d1370fac05bb01df8bee7678453689cd88228 (diff) | |
| download | mal-b079f51028571bc603b8d43761c29ff56273bffc.tar.gz mal-b079f51028571bc603b8d43761c29ff56273bffc.zip | |
C,PHP,Python: stepA fixup. All tests/impls pass!
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/TODO | 11 |
1 files changed, 2 insertions, 9 deletions
@@ -2,20 +2,14 @@ All: - multi-line read - loop/recur ? - hash-maps with non-string keys + - hash-map with space in key string (make) - gensym reader inside quasiquote - - synchronize function/definitions order/names in files - - move Env into separate file (maybe)? - - more metadata, hash_map, interop tests - - hash-map with space in key string (make) - - metadata on collections: list, vector, hash-map, function, atom + - more interop tests - regular expression matching in runtest - Print full exception when test gets EOF from expect - Break out impl eval into step0.5 - - unindent tco while loop for step5-A - - move printing from type to printer - - split types into types and core --------------------------------------------- @@ -49,7 +43,6 @@ Java: Postscript: - negative numbers - - quotes/backslashes in strings Rust: - http://www.rustforrubyists.com/book/index.html |
