Macro recursive_tokenize_with_init

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