Macro brane_dsl::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.