Macro rusty_parser::seq

source ยท
macro_rules! seq {
    ($single:expr) => { ... };
    ($first:expr, $($rest:expr),+) => { ... };
}