rust/src/libsyntax/ext/tt
Keegan McAllister 677b7cad3d Reformat metadata for exported macros
Instead of copy-pasting the whole macro_rules! item from the original .rs file,
we serialize a separate name, attributes list, and body, the latter as
pretty-printed TTs.  The compilation of macro_rules! macros is decoupled
somewhat from the expansion of macros in item position.

This filters out comments, and facilitates selective imports.
2015-01-05 12:00:57 -08:00
..
macro_parser.rs [breaking change] Update entry API as part of RFC 509. 2015-01-04 15:55:54 -05:00
macro_rules.rs Reformat metadata for exported macros 2015-01-05 12:00:57 -08:00
reexport.rs Implement macro re-export 2015-01-05 11:38:12 -08:00
transcribe.rs Add a special macro nonterminal $crate 2015-01-05 11:38:12 -08:00