Add new syntax for interpolation and repetition, and allow the transcription of separators.
This commit is contained in:
@@ -379,7 +379,7 @@ enum token_tree {
|
||||
tt_delim(~[token_tree]),
|
||||
tt_flat(span, token::token),
|
||||
/* These only make sense for right-hand-sides of MBE macros*/
|
||||
tt_dotdotdot(span, ~[token_tree]),
|
||||
tt_dotdotdot(span, ~[token_tree], option<token::token>, bool),
|
||||
tt_interpolate(span, ident)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user