scanNextToken method

void scanNextToken()

Implementation

void scanNextToken() {
  start = current;
  scanToken();
}