macro_rules! Token {
($text:expr_2021) => { ... };
($text:literal, $cc:expr_2021) => { ... };
($text:expr_2021, $cc:expr_2021) => { ... };
}Expand description
Token constructor macro (defaults to OTHER code)
macro_rules! Token {
($text:expr_2021) => { ... };
($text:literal, $cc:expr_2021) => { ... };
($text:expr_2021, $cc:expr_2021) => { ... };
}Token constructor macro (defaults to OTHER code)