hy/tests/compilers
Konrad Hinsen 269da19d76 Make macros module-specific.
A macro is available in the module where it was defined and
in any module that does a require of the defining module.
Only macros defined in hy.core are globally available.
Fixes #181
2013-05-16 15:34:14 +02:00
..
native Remove the import-as and import-from builtins 2013-04-20 16:06:32 +02:00
__init__.py Adding more testing. 2013-03-02 23:47:16 -05:00
test_ast.py Make macros module-specific. 2013-05-16 15:34:14 +02:00
test_compiler.py Make macros module-specific. 2013-05-16 15:34:14 +02:00
test_quoting.py Adding some basic testing in; more to come. 2013-04-08 20:23:51 -04:00