peek method

Token peek()

Implementation

Token peek() {
  return tokens[current];
}