Documentation ¶
Index ¶
Constants ¶
View Source
const COLON = 57352
View Source
const COMMA = 57353
View Source
const DEF = 57354
View Source
const FN = 57355
View Source
const IDENT = 57347
View Source
const ILLEGAL = 57346
View Source
const LBRACK = 57349
View Source
const NUM = 57351
View Source
const RBRACK = 57350
View Source
const STRING = 57348
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ParseError ¶
func (*ParseError) Error ¶
func (p *ParseError) Error() string
func (*ParseError) Verbose ¶
func (p *ParseError) Verbose() string
Click to show internal directories.
Click to hide internal directories.