hy/tests/native_tests
Paul Tagliamonte 1c12b2870e Add yield from via macro magic.
This will let us use (basic) yield from behavior from Python 2. This
 isn't complete, and is low-hanging fruit for others willing to hack
 on hy.

 I've also changed the macrosystem to allow for proper bootstrapping.
 This is similar to how it's done elsewhere in the codebase (stdlib
 stuff).
2013-08-17 11:37:48 -04:00
..
__init__.hy ideas, ideas. 2013-03-05 18:39:34 -05:00
core.hy Update: 2013-07-29 08:52:28 -06:00
defclass.hy Fix missing docstrings from defclass issue #248 2013-07-15 06:58:08 -06:00
language.hy Make with return the last expression from its branch 2013-07-19 00:43:12 +02:00
math.hy Re-indent Hy code using hy-mode 2013-04-28 16:31:31 +02:00
native_macros.hy Add yield from via macro magic. 2013-08-17 11:37:48 -04:00
quote.hy Allow quoting lambda list keywords. 2013-07-28 00:38:16 +02:00
unless.hy Add a `unless' macro 2013-04-28 17:04:35 +02:00
when.hy Add a `when' macro 2013-04-28 17:04:35 +02:00
with_decorator.hy Rename decorate-with' to with-decorator' 2013-04-28 17:14:22 +02:00