macro_rules! tag_token {
(Token::$variant:ident) => { ... };
}
Expand description
Defines a macro that parses the given token from the given stream of tokens.
macro_rules! tag_token {
(Token::$variant:ident) => { ... };
}
Defines a macro that parses the given token from the given stream of tokens.