hy/tests/compilers
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 Adding more testing. 2013-03-02 23:47:16 -05:00
test_ast.py Move compilation and parsing functions out of importer.py 2018-11-28 14:12:33 -05:00
test_compiler.py Clean up the decorators used in the compiler 2018-05-20 14:11:35 -07:00