brane_dsl

Macro tag_token

Source
macro_rules! tag_token {
    (Token::$variant:ident) => { ... };
}
Expand description

Defines a macro that parses the given token from the given stream of tokens.