Lexer.peek

Peek the next token and return it, leaving the lexer in the same state as it was before

class Lexer
peek
(
IgnoreCommentTokens ignoreCommentTokens = Yes.ignoreCommentTokens
)
()

Meta