class

Slang::Lexer

Inherits Reference < Object

Constructors

new(source : String)
Source

Instance methods

next_token

Returns the next token. Once EOF is returned, subsequent calls also return EOF.

Source