Make macro-system type and constructor names more uniform; more comments.
This commit is contained in:
parent
eabd233dcd
commit
e11e90f31c
9 changed files with 230 additions and 194 deletions
|
@ -1,7 +1,7 @@
|
|||
import std::map::hashmap;
|
||||
|
||||
import ast::{crate, expr_, expr_mac, mac_invoc, mac_invoc_tt,
|
||||
tt_delim, tt_flat, item_mac};
|
||||
tt_delim, tt_tok, item_mac};
|
||||
import fold::*;
|
||||
import ext::base::*;
|
||||
import ext::qquote::{qq_helper};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue