class Crass::TokenScanner

def peek

token.
Returns the next token without consuming it, or `nil` if there is no next
def peek
  @tokens[@pos]
end