hy/hy/core
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
..
__init__.py Make macros module-specific. 2013-05-16 15:34:14 +02:00
bootstrap.py Change macros to be called with separate arguments 2013-05-11 09:09:34 +02:00