macro_rules! CharToken {
($c:expr_2021) => { ... };
($c:expr_2021, $cc:expr_2021) => { ... };
}Expand description
Special case: a character needs swift string conversion, so let’s use a dedicated macro
macro_rules! CharToken {
($c:expr_2021) => { ... };
($c:expr_2021, $cc:expr_2021) => { ... };
}Special case: a character needs swift string conversion, so let’s use a dedicated macro