Skip to main content

Token

Macro Token 

Source
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)