Documentation ¶
Index ¶
Constants ¶
View Source
const ( LOWEST int = iota + 1 AND OR REGEX EQUALS LESS_GREATER CONCAT PREFIX CALL )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OptionFunc ¶
type OptionFunc func(o *Option)
type ParseError ¶
func MissingSemicolon ¶
func MissingSemicolon(t token.Token) *ParseError
func TypeConversionError ¶
func TypeConversionError(t token.Token, tt string) *ParseError
func UndefinedPrefix ¶
func UndefinedPrefix(t token.Token) *ParseError
func UnexpectedToken ¶
func UnexpectedToken(t token.Token, expects ...string) *ParseError
func (*ParseError) Error ¶
func (e *ParseError) Error() string
func (*ParseError) ErrorToken ¶
func (e *ParseError) ErrorToken() token.Token
Click to show internal directories.
Click to hide internal directories.