hy/tests/importer
Brandon T. Willard 86fda31ab1 Move compilation and parsing functions out of importer.py
Functions and variables relating to compilation and parsing have been moved to
`compiler.py` and `lex/__init__.py`, respectively.  Those functions are
  - `hy_parse` from `hy.importer` to `hy.lex`
  - `hy_eval`, `ast_compile`, and `calling_module` from `hy.importer` to
  `hy.compiler`

Closes hylang/hy#1695.
2018-11-28 14:12:33 -05:00
..
__init__.py Very broken. 2013-03-03 19:40:46 -05:00
test_importer.py Move compilation and parsing functions out of importer.py 2018-11-28 14:12:33 -05:00
test_pyc.py Implement new importer using PEP-302 semantics 2018-08-25 22:50:38 -05:00