hy/hy
Kodi Arfer 87aced2370 Don't let HyExpression etc. inherit from HyList
This means the compiler no longer allows e.g. `(fn (x) ...)` in place of `(fn [x] ...)`.
2018-04-29 19:17:47 -07:00
..
contrib Remove &key 2018-04-19 09:26:02 -07:00
core Merge pull request #1588 from Kodiologist/no-amp-key 2018-04-27 00:21:11 -04:00
extra Add mangle and unmangle as core functions 2018-03-13 14:55:55 -04:00
lex Remove support for cons cells 2018-04-12 16:45:17 -07:00
__init__.py Remove support for cons cells 2018-04-12 16:45:17 -07:00
__main__.py Make all files comply with license-header policy 2017-04-27 14:16:57 -07:00
_compat.py Fix mangle for Pythons compiled with UCS-2 2018-03-30 07:23:32 -07:00
cmdline.py Add recent REPL results globals *i and most recent error *e 2018-04-02 00:21:13 -04:00
compiler.py Don't let HyExpression etc. inherit from HyList 2018-04-29 19:17:47 -07:00
completer.py Update copyright years 2018-01-01 10:38:33 -05:00
errors.py Update copyright years 2018-01-01 10:38:33 -05:00
importer.py Fix bytecode loading on Python 3.7 2018-03-24 12:34:43 -07:00
inspect.py Add a hy.introspect module to deal with getargspec deprecation 2018-02-14 16:05:31 -05:00
macros.py Move logic from macroexpand_1 to macroexpand 2018-04-21 12:25:29 -07:00
models.py Don't let HyExpression etc. inherit from HyList 2018-04-29 19:17:47 -07:00