pub fn token_precedence(token: &Token) -> Precdence
Returns the precedence of a given token::Token value.
token::Token