[][src]Macro yarte_lexer::do_parse

macro_rules! do_parse {
    ($i:expr, ( $($rest:tt)* )) => { ... };
    ($i:expr, $fun:path $(:$pipe:path)* => $($rest:tt)+) => { ... };
    ($i:expr, $field:ident = $fun:path $(:$pipe:path)* => $($rest:tt)+) => { ... };
    ($i:expr, $field:ident = $fun:path $(:$pipe:path[$($argsp:tt)*])* => $($rest:tt)+) => { ... };
    ($i:expr, $fun:path [ $($args:tt)* ]$(:$pipe:path)*  => $($rest:tt)+) => { ... };
    ($i:expr, $fun:path [ $($args:tt)* ]$(:$pipe:path[$($argsp:tt)*])*  => $($rest:tt)+) => { ... };
    ($i:expr, $field:ident = $fun:path [ $($args:tt)* ]$(:$pipe:path)* => $($rest:tt)+) => { ... };
    ($i:expr, $field:ident = $fun:path [ $($args:tt)* ]$(:$pipe:path[$($argsp:tt)*])* => $($rest:tt)+) => { ... };
}