hy/tests
Nicolas Dandrimont 3d8a3d589c Refactor compiler using a result carrying object
This object allows to coerce statements to an expression, if we need to use
them that way, which, with a lisp, is often.

This was collaborative work that has been rebased to make it bisectable.

Helped-by: Paul Tagliamonte <paultag@debian.org>
Helped-by: Julien Danjou <julien@danjou.info>
2013-05-05 20:42:48 +02:00
..
compilers Refactor compiler using a result carrying object 2013-05-05 20:42:48 +02:00
importer importer: doc update, MetaImport refactor 2013-04-20 22:11:53 +02:00
lex Don't lex "j" as a complex number. 2013-05-04 10:27:30 +02:00
macros Fix flake8 errors in tests 2013-04-06 21:22:35 +02:00
models Make HyList add returns HyList 2013-04-28 17:04:33 +02:00
native_tests Don't lex "j" as a complex number. 2013-05-04 10:27:30 +02:00
resources Re-indent Hy code using hy-mode 2013-04-28 16:31:31 +02:00
__init__.py Rename decorate-with' to with-decorator' 2013-04-28 17:14:22 +02:00
test_bin.py Fix "hy -c CMD" to show lex errors; add tests 2013-04-24 22:23:12 -04:00
test_util.py Introduce a context manager for compiler.returnable 2013-04-21 17:14:26 +02:00