note to self, changelog

This commit is contained in:
Paul R. Tagliamonte 2013-04-03 20:39:00 -04:00
parent d421d869af
commit 20df97a66d
2 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,7 @@ modules
* hy/compiler.py (compile_do_expression): Add progn as an alias
(compile_def_expression): Add setf / setv as an alias for simple assignment
(compile_list_comrehension): Added list comprehensions.
(compile_while_expression): New `while' syntax
2013-03-29 Paul Tagliamonte <paultag@debian.org>

2
TODO
View File

@ -28,3 +28,5 @@
- core tests (odd? even? true? false?) which
build out to a lambda / function / expr
- add -d flag (debug) for hy REPL based on @jd's try/catch