Function som_parser_symbols::apply
source · pub fn apply<'a, A, P>(parser: P, input: &'a [Token]) -> Option<A>where
P: Parser<A, &'a [Token]>,
Expand description
Applies a parser and returns the output value if the entirety of the input has been parsed successfully.