Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Lexer ¶
type Lexer struct {
// contains filtered or unexported fields
}
Lexer is a tokenizer that returns individual runes along with their associated types.
func (*Lexer) Next ¶
Next advances the lexer to the next token, and discards the current one. It must be called before any calls to Scan.
Click to show internal directories.
Click to hide internal directories.