Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Parser ¶
type Parser struct {
// contains filtered or unexported fields
}
func (*Parser) ParseExpression ¶
func (p *Parser) ParseExpression() (ast.Expression, error)
func (*Parser) ParseOutputBlock ¶
func (p *Parser) ParseOutputBlock() (ast.OutputBlock, error)
func (*Parser) ParseScriptBlock ¶
func (p *Parser) ParseScriptBlock() (ast.ScriptBlock, error)
Click to show internal directories.
Click to hide internal directories.