hy/tests/compilers
Nicolas Dandrimont 1e24dde153 Merge fn and lambda
We actually only generate an ast.Lambda if (lambda) was called, as a lot of code
expect ast.FunctionDefs (most notably with_decorator).

This allows empty lambdas too.

This fixes #165.
2013-05-07 20:07:15 +02:00
..
native Remove the import-as and import-from builtins 2013-04-20 16:06:32 +02:00
__init__.py Adding more testing. 2013-03-02 23:47:16 -05:00
test_ast.py Merge fn and lambda 2013-05-07 20:07:15 +02:00
test_compiler.py Add a first test for the compiler 2013-05-05 20:42:48 +02:00
test_quoting.py Adding some basic testing in; more to come. 2013-04-08 20:23:51 -04:00