package
0.0.0-20241022165944-fbb216d3fe1b
Repository: https://github.com/bricef/htt.git
Documentation: pkg.go.dev
# Functions
MapNodes will map the nodes using the function fn.
NewParser Creates a new Parser convenience object from goparsec primitives.
NodeToValue is a utility function to be used in higher order functions.
Select will filter out the nodes based on a predicate.
Transform will apply a parsec.Queryable -> parsec.Queryable mapper to a tree, dealing with setting the children properly and returning the root node.