Function parse_token_expr

Source
pub fn parse_token_expr(input: &str) -> IResult<&str, Token<'_>, NomError<'_>>