package
0.0.0-20240612174559-92eee8cd8dfc
Repository: https://github.com/monstercat/golib.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
NewParser generates a new parser based on the provided delegate.
# Variables
No description provided by the author
No description provided by the author
Default Modifiers.
Default Modifiers.
Default Modifiers.
Default Modifiers.
# Structs
Operator defines a set of values and modifiers that go along with those values.
No description provided by the author
ParseMapKeyError is an error related to parsing of a map key.
ParseMatchError is an error related to the parsing of a match.
Parser parses maps/strings into operators using the provided delegate to modify its behaviour.
ParserConfig implements ParserRegexpDelegate.
ParseRegexpError occurs when regexp could not be parsed properly for Parser.Parse.
# Interfaces
ParserDelegateSatDefaultModifiers is an optional interface allowing setting of "default" modifiers (e.g., in the case none are provided).
ParserRegexpDelegate is an interface that the Parser uses to help perform its work in producing operators.
# Type aliases
No description provided by the author