package
0.0.0-20220613080921-65fd79d85952
Repository: https://github.com/xqueries/xdb.git
Documentation: pkg.go.dev
# Packages
Package matcher implements a matcher component, that can determine whether or not a rune is part of a custom character class.
Package ruleset implements rules that can be used in combination with a rule based scanner.
Package token implements tokens that are produced by the scanner.
# Functions
NewRuleBased creates a new, ready to use rule based scanner with the given ruleset, that will process the given input rune slice.
# Interfaces
Scanner is the interface that describes a scanner.
# Type aliases
Error allows constant errors.