Versions in this module Expand all Collapse all v0 v0.1.0 Jul 11, 2025 Changes in this version + func Token(tok htok.Token) btok.Token + func Translate(opts *config.BashOptions, node hast.Node) (bast.Node, error) + type CompileRuleFunc func(node hast.Node) (bast.Node, error) + type HCRDispatcher struct + func (d *HCRDispatcher) Get(ruleName string) (build.Strategy[bast.Node], error) + func (d *HCRDispatcher) Put(fullRule string, cb build.Strategy[bast.Node]) error