package
0.0.0-20210318211101-2bc12df73e84
Repository: https://github.com/puppetlabs/wash.git
Documentation: pkg.go.dev
# Functions
IsMatchError returns true if err is a MatchError, false otherwise.
IsSyntaxError returns true if err is a syntax error, false otherwise.
NewMatchError creates a new MatchError object.
# Structs
IncompleteOperatorError represents an incomplete operator that was found when parsing the expression.
MatchError represents the case when the input tokens did not match a given parser.
UnknownTokenError represents an unknown token that was found when parsing the expression.