advance method

Token advance()

Implementation

Token advance() {
  if (!isAtEnd()) current++;
  return previous();
}