macro_rules! T_LETTER {
($text:literal) => { ... };
($text:expr_2021) => { ... };
}Expand description
macro for a LETTER token
macro_rules! T_LETTER {
($text:literal) => { ... };
($text:expr_2021) => { ... };
}macro for a LETTER token