Documentation
¶
Index ¶
Constants ¶
View Source
const ( ILLEGAL token = iota EOF // Identifiers ANNOTATION VALUE LPAREN // ( RPAREN // ) COMMA // , )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Scanner ¶
type Scanner struct {
// contains filtered or unexported fields
}
Scanner represents a lexical Scanner.
func NewScanner ¶
NewScanner returns a new instance of Scanner.
func NewStringScanner ¶
NewScanner returns a new instance of Scanner.
Click to show internal directories.
Click to hide internal directories.