hy/hy
Kodi Arfer 83c4f63bc2 Reimplement hy-repr with registered functions
This removes a lot of hy-reprs that were hard-coded into the hy-repr function itself. It also allows you to add a hy-repr for an existing class without monkey-patching the class.
2018-03-10 18:11:07 -08:00
..
contrib Reimplement hy-repr with registered functions 2018-03-10 18:11:07 -08:00
core Fix deprecation warning triggered by PEP 479 2018-02-14 16:05:31 -05:00
extra Update copyright years 2018-01-01 10:38:33 -05:00
lex Update copyright years 2018-01-01 10:38:33 -05:00
__init__.py Expose read, read_str, and eval in Python 2017-08-05 17:29:15 -07:00
__main__.py Make all files comply with license-header policy 2017-04-27 14:16:57 -07:00
_compat.py Implement changes to support PEP 552 2018-02-09 16:43:25 -05:00
cmdline.py Update copyright years 2018-01-01 10:38:33 -05:00
compiler.py Add a hy.introspect module to deal with getargspec deprecation 2018-02-14 16:05:31 -05: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 Add a hy.introspect module to deal with getargspec deprecation 2018-02-14 16:05:31 -05:00
inspect.py Add a hy.introspect module to deal with getargspec deprecation 2018-02-14 16:05:31 -05:00
macros.py Add a hy.introspect module to deal with getargspec deprecation 2018-02-14 16:05:31 -05:00
models.py Merge pull request #1473 from Kodiologist/new-year-2018 2018-02-05 15:11:59 +02:00