hy/tests/native_tests
Paul Tagliamonte 7c91913122 Fix yielding to not suck (#151)
This adds a class to avoid returning when we have a Yieldable
 expression contained in the body of the function. This breaks Python
 2.x, and ought to break Python 3.x, but doesn't.

 We need this fo' context managers, etc.

 This commit also has work from @rwtolbert adding new testcases and
 fixes for yielded entries behind a while / for.
2013-07-14 13:11:27 -04:00
..
__init__.hy ideas, ideas. 2013-03-05 18:39:34 -05:00
defclass.hy Implements defclass 2013-05-08 12:38:57 +02:00
language.hy Add in a new core language file. 2013-06-29 18:51:11 -04:00
math.hy Re-indent Hy code using hy-mode 2013-04-28 16:31:31 +02:00
native_macros.hy Fix yielding to not suck (#151) 2013-07-14 13:11:27 -04:00
quote.hy Test quoting dicts 2013-05-14 12:10:29 +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