hy/tests
Christopher Allan Webber 9416422330 Changing cond to be more common lisp / emacs lisp like
Instead of:
  (cond (condition-1) (body-1)
        (condition-2) (body-2))

We now work like:

  (cond ((condition-1) (body-1)
         (condition-2) (body-2)))
2013-04-01 10:33:45 -05:00
..
compilers holy shit it's 2013 2013-03-18 10:27:14 -04:00
importer adding better native testing 2013-03-05 22:15:45 -05:00
lex holy shit it's 2013 2013-03-18 10:27:14 -04:00
macros fixing up the tests 2013-03-08 18:46:51 -05:00
native_tests Changing cond to be more common lisp / emacs lisp like 2013-04-01 10:33:45 -05:00
resources adding in kwapply things. 2013-03-09 21:14:30 -05:00
__init__.py undoing that 2013-03-26 19:14:50 -04:00