Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var KindMargoNode = ast.NewNodeKind("MargoNode")
Functions ¶
func BlockParser ¶
func BlockParser() parser.BlockParser
Types ¶
type ComponentNode ¶
type ComponentNode struct { Name string // contains filtered or unexported fields }
func (*ComponentNode) Attributes ¶
func (n *ComponentNode) Attributes() []ast.Attribute
func (*ComponentNode) Children ¶
func (n *ComponentNode) Children() []Node
type Parser ¶
type Parser struct {
// contains filtered or unexported fields
}
func NewMargoParser ¶
Click to show internal directories.
Click to hide internal directories.