Documentation
¶
Index ¶
- func Pretty(pretty bool) func(*TagParser) error
- func Size(size int) func(*TagParser) error
- type KeyVal
- type Param
- type Tag
- type TagParser
- func (t *TagParser) AST() *node32
- func (t *TagParser) Add(rule pegRule, begin, end, index uint32)
- func (p *TagParser) Init(options ...func(*TagParser) error) error
- func (p *TagParser) Parse(rule ...int) error
- func (t *TagParser) PrettyPrintSyntaxTree(buffer string)
- func (t *TagParser) Print()
- func (p *TagParser) PrintSyntaxTree()
- func (p *TagParser) Reset()
- func (p *TagParser) SprintSyntaxTree() string
- func (t *TagParser) Tokens() []token32
- func (t *TagParser) Trim(length uint32)
- func (p *TagParser) WriteSyntaxTree(w io.Writer)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type TagParser ¶
func (*TagParser) PrettyPrintSyntaxTree ¶
func (t *TagParser) PrettyPrintSyntaxTree(buffer string)
func (*TagParser) PrintSyntaxTree ¶
func (p *TagParser) PrintSyntaxTree()
func (*TagParser) SprintSyntaxTree ¶
func (*TagParser) WriteSyntaxTree ¶
Click to show internal directories.
Click to hide internal directories.