Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ParserError ¶
type ParserError struct {
// contains filtered or unexported fields
}
func (*ParserError) Error ¶
func (e *ParserError) Error() string
type ParserErrorType ¶
type ParserErrorType int
const ( UNEXPECTED_TOKEN ParserErrorType = iota UNEXPECTED_END_OF_INPUT )
Click to show internal directories.
Click to hide internal directories.