peekLexeme method

Lexeme? peekLexeme()

Implementation

Lexeme? peekLexeme() =>
    lexemeIdx < lexemes.length ? lexemes[lexemeIdx] : null;