Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsAlphaNum ¶ added in v0.40.1
Types ¶
type Lexer ¶
type Lexer struct {
// contains filtered or unexported fields
}
func NewLineMode ¶
Line by line mode, with possible continuation needed.
func (*Lexer) CurrentLine ¶ added in v0.53.0
For error handling, somewhat expensive. Returns the current line, the current position relative in that line and the current line number.
func (*Lexer) HadNewline ¶ added in v0.27.0
func (*Lexer) HadWhitespace ¶ added in v0.25.0
func (*Lexer) LastNewLine ¶ added in v0.53.0
Click to show internal directories.
Click to hide internal directories.