hy/tests
gilch f4afb0ca7e variadic if
The `if` form now supports elif clauses.
It works like `cond` but without the implicit `do`.
The old `if` is now `if*`

variadic lif now supports "ellif" clauses.

Update if-no-waste compiler to use `if*` properly.

(Sometimes one character is all it takes.)

document if

reword truthiness
2015-10-17 19:51:03 -06:00
..
compilers variadic if 2015-10-17 19:51:03 -06:00
importer hy/compiler.py: import only handles HySymbol and HyList, bail on others 2014-02-11 17:29:50 +01:00
lex Reformat string literals in test_lex_strings 2015-08-25 11:04:39 -05:00
macros Better error messages on invalid macro arguments 2015-08-30 17:14:22 -05:00
models Merge pull request #761 from larme/fix-replace-hyobject 2015-07-23 14:09:56 +02:00
native_tests variadic if 2015-10-17 19:51:03 -06:00
resources Fixes a long-standing bug in import under Python 3.3 and later. 2014-12-07 11:02:48 -07:00
test_files Run file using hy -i 2015-02-28 18:11:42 +10:00
__init__.py Move Botsbuildbots to contrib 2015-08-04 11:59:10 +02:00
test_bin.py Run file using hy -i 2015-02-28 18:11:42 +10:00