hy/tests/native_tests
Christopher Allan Webber d98e4fd733 Implement keyword argument passing... (foo-func 1 2 :kw1 "bar") works!
This code is heavily, *heavily* based off of Guillermo Vaya
(willyfrog)'s work... instead of defining its own keyword arg though, it
uses the "standard" :kwarg type, which is the main difference from
willyfrog's original branch.

Included tests and some documentation in the tutorial.

Also documented "apply" separately as an example of reproducing
*args and **kwargs.
2014-12-23 14:07:02 -06:00
..
contrib anaphoric: fix first & last when conditions fail 2014-05-24 17:48:46 +05:30
__init__.hy ideas, ideas. 2013-03-05 18:39:34 -05:00
cons.hy Add a cons object and related mechanisms 2014-01-23 23:08:52 +01:00
core.hy Fixes a long-standing bug in import under Python 3.3 and later. 2014-12-07 11:02:48 -07:00
defclass.hy Add macro expansion in defclass 2014-12-07 11:52:09 +10:00
language.hy Implement keyword argument passing... (foo-func 1 2 :kw1 "bar") works! 2014-12-23 14:07:02 -06:00
mathematics.hy Moving math.hy so it doesn't clash with library math module; band aid around issue #583 (PEP 328 non-compliance) 2014-04-30 10:38:07 -05:00
native_macros.hy Test to ensure exception handling in yield-from works right 2014-11-20 20:48:15 -06:00
py3_only_tests.hy Implement yield-from in Python 2.x as a macro 2014-11-20 20:48:15 -06:00
quote.hy Remove HyLambdaListKeyword from the parser 2014-06-03 21:36:49 -04:00
reader_macros.hy Fix reader macros to actually be macros 2014-01-17 01:07:47 +01:00
shadow.hy Shadow '+' to handle string/list concatenation 2014-08-26 21:38:52 +12:00
unless.hy add nil as synonym for None 2013-12-27 13:50:19 -07:00
when.hy add nil as synonym for None 2013-12-27 13:50:19 -07:00
with_decorator.hy Fix the test decorator to return the class. 2014-11-15 07:47:55 -05:00
with_test.hy added for and with macros 2013-12-29 16:50:21 +01:00