Documentation
¶
Index ¶
Constants ¶
View Source
const ( ROOT = iota READSTRING = iota READNUMBER = iota READSTMT = iota )
View Source
const STMT_CHARS = `abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ+-_/?`
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Lexer ¶
type Lexer struct {
// contains filtered or unexported fields
}
func (*Lexer) WriteString ¶
Click to show internal directories.
Click to hide internal directories.