Macro recursive_tokenize

Source
macro_rules! recursive_tokenize {
    ($tail:expr) => { ... };
    ($tail:expr, $ret:expr) => { ... };
}