Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrUnexpectedToken = errors.New("unexpected token in expression")
Functions ¶
This section is empty.
Types ¶
type And ¶
type And struct {
Left, Right Expression
}
type Expression ¶
func Parse ¶
func Parse(input string) (Expression, error)
Parse takes a raw filter string and returns an Expression AST
type Not ¶
type Not struct {
Inner Expression
}
Click to show internal directories.
Click to hide internal directories.