Versions in this module Expand all Collapse all v0 v0.1.0 Oct 31, 2019 Changes in this version + type Compiler struct + func (c *Compiler) Compile(pattern []byte) (*Matcher, error) + type MatchData struct + Named map[string]node.Node + Node node.Node + type Matcher struct + func (m *Matcher) Clone() *Matcher + func (m *Matcher) Find(root node.Node, callback func(*MatchData) bool) + func (m *Matcher) Match(root node.Node) bool