Lexer.firstToken

Returns the first token of the source text. This can be the EOF token. Structure: [NullToken, HEAD, Newline, FirstToken, ..., NullToken]

class Lexer
firstToken
(
)

Meta