Exemplo n.º 1
0
 /// <summary>
 /// Peeks at the next token in the list
 /// </summary>
 /// <returns>the token</returns>
 private Token PeekToken()
 {
     return(_tokenStream.PeekToken());
 }