Documentation ¶
Index ¶
Constants ¶
View Source
const ( ERROR = "ERROR" EOF = "EOF" IDENT = "IDENT" INT = "INT" LBRACKET = "LBRACKET" RBRACKET = "RBRACKET" SEPARATOR = "SEPARATOR" GLOB = "GLOB" COLON = "COLON" )
The set of Token types.
Variables ¶
View Source
var ( ErrUnterminatedString = errors.New("unterminated string") ErrInvalidCharacter = errors.New("invalid character") )
Base errors for scanning strings.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.