Versions in this module Expand all Collapse all v1 v1.1.0 Mar 22, 2019 Changes in this version + const DefaultEscapeToken + type Directive struct + func NewDefaultDirective() *Directive + type Node struct + Attributes map[string]bool + Children []*Node + Flags []string + Next *Node + Original string + StartLine int + Value string + func NodeFromLabels(labels map[string]string) *Node + func (node *Node) AddChild(child *Node, startLine, endLine int) + func (node *Node) Dump() string + type Result struct + AST *Node + EscapeToken rune + Platform string + Warnings []string + func Parse(rwc io.Reader) (*Result, error) + func (r *Result) PrintWarnings(out io.Writer)