Creates a Lexer for the source code base[begoffset..endoffset+1]. The last character, baseendoffset, must be null (0) or EOF (0x1A).
Look ahead at next token's value.
Look 2 tokens ahead at value.
tk is on the opening (. Look ahead and return token that is past the closing ).
Turn next token in buffer into a token.
Combine two document comments into one, separated by an extra newline if newParagraph is true.