hy/hy
Nicolas Dandrimont 48dd968461 Coerce the contents of unquote-splice'd things to a list
This fixes the conversion issue in the following macro:

(defmacro doodle [&rest body]
  `(do ~@body))
2013-09-22 15:08:43 +02:00
..
contrib Rushed fix for the contrib.meth macros 2013-05-12 13:40:30 -04:00
core finally fixed access to hy.core.macros here. have to explicitly require them 2013-09-14 12:17:06 -06:00
lex Wire the rply parser 2013-07-28 17:36:36 +02:00
models Modify HyDict semantics to allow nesting expressions 2013-05-14 11:43:17 +02:00
__init__.py Add some machinery to avoid importing hy in setup.py 2013-07-28 19:34:59 +02:00
__main__.py License bits. 2013-03-28 22:42:53 -04:00
cmdline.py Fixing blank line Flake8 failures 2013-08-24 08:33:13 -06:00
compiler.py Coerce the contents of unquote-splice'd things to a list 2013-09-22 15:08:43 +02:00
completer.py Style fixes. 2013-07-06 13:43:05 -04:00
errors.py holy shit it's 2013 2013-03-18 10:27:14 -04:00
importer.py Don't leave cruft around in sys.modules when an import fails. 2013-07-06 20:37:44 +02:00
macros.py Add yield from via macro magic. 2013-08-17 11:37:48 -04:00
util.py Add flake8 to Travis-CI to prevent these from coming back 2013-08-24 11:14:29 -06:00
version.py Add some machinery to avoid importing hy in setup.py 2013-07-28 19:34:59 +02:00