pub fn peek(stack: &mut ParseStack) -> TokenType
Peeks at the top (last in item) of the parse stack.
stack
token type