pub fn parse_next(src: &str) -> ParseResult<'_, Parsed<'_>>Expand description
Attempt to parse a Parsed. Precedence is string, then number and then token
pub fn parse_next(src: &str) -> ParseResult<'_, Parsed<'_>>Attempt to parse a Parsed. Precedence is string, then number and then token