peek

fun peek(steps: Int = 1): Token<out TTokenKind>?(source)

Peeks the next token without consuming it.