Macro pest_vm::parses_to

source ·
macro_rules! parses_to {
    ( parser: $parser:expr, input: $string:expr, rule: $rule:expr,
      tokens: [ $( $names:ident $calls:tt ),* $(,)* ] ) => { ... };
}
Expand description

A macro that tests input parses to the expected tokens.