hy/tests/macros
Paul Tagliamonte 8d2143177e Overhaul macros to allow macros to ref the Compiler
This allows macros to take a keyword dict containing useful things by
defining a keyword argument. This allows us to pass in new objects
which might be handy to have in macros.

This changeset refactors module_name to become `compiler`, so that we
can pass the compiler itself into the macros as `opts['compiler']`.

This allows the macro to both get the macro name
(`compiler.module_name`), as well as use the compiler to build AST.

In the future, this will enable us to create "super-macros" which return
AST, not HyAST, in order to manually create insane things from userland.

For userland macros (not `defmacro`) the core.language `macroexpand`
will go ahead and make a new compiler for you.
2015-12-23 15:52:47 -05:00
..
__init__.py Thinking some ideas out. 2013-03-07 22:52:47 -05:00
test_macro_processor.py Overhaul macros to allow macros to ref the Compiler 2015-12-23 15:52:47 -05:00
test_reader_macros.py Overhaul macros to allow macros to ref the Compiler 2015-12-23 15:52:47 -05:00