Versions in this module Expand all Collapse all v1 v1.0.0 Aug 4, 2020 Changes in this version + var CComment = &ast.Commenter + var CppComment = PrefixCommenter("//") + var LispComment = PrefixCommenter(";") + func PrefixCommenter(prefix string) *ast.Commenter + type Processor struct + Commenters ast.Commenters + MaxIncludeDepth int + Trigger string + func New() *Processor + func (p *Processor) AddCommenter(c *ast.Commenter, strip bool) + func (p *Processor) Parse(path string) (ast.Node, error) + func (p *Processor) ParseString(name, code string) (ast.Node, error)