add hygiene support fns, move them around.
also adds test cases
This commit is contained in:
@@ -571,7 +571,7 @@ pub enum token_tree {
|
||||
// These only make sense for right-hand-sides of MBE macros:
|
||||
|
||||
// a kleene-style repetition sequence with a span, a tt_forest,
|
||||
// an optional separator (?), and a boolean where true indicates
|
||||
// an optional separator, and a boolean where true indicates
|
||||
// zero or more (*), and false indicates one or more (+).
|
||||
tt_seq(Span, @mut ~[token_tree], Option<::parse::token::Token>, bool),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user