Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var KindCmdNode = ast.NewNodeKind("CmdNode")
KindCmdNode is a NodeKind of the CmdNode node.
View Source
var KindStartEnvNode = ast.NewNodeKind("StartEnvNode")
KindStartEnvNode is a NodeKind of the StartEnvNode node.
View Source
var KindStopEnvNode = ast.NewNodeKind("StopEnvNode")
KindStopEnvNode is a NodeKind of the StopEnvNode node.
Functions ¶
func ExtendParser ¶
func NewCmdParser ¶
func NewCmdParser() parser.InlineParser
func NewStartEnvParser ¶
func NewStartEnvParser() parser.InlineParser
func NewStopEnvParser ¶
func NewStopEnvParser() parser.InlineParser
Types ¶
type CmdNode ¶
type CmdNode struct {
ast.BaseInline
}
type StartEnvNode ¶
type StartEnvNode struct {
ast.BaseInline
}
func NewStartEnvNode ¶
func NewStartEnvNode() *StartEnvNode
NewStartEnvNode returns a new StartEnvNode node.
func (*StartEnvNode) Dump ¶
func (n *StartEnvNode) Dump(source []byte, level int)
Dump implements Node.Dump.
type StopEnvNode ¶
type StopEnvNode struct {
ast.BaseInline
}
func NewStopEnvNode ¶
func NewStopEnvNode() *StopEnvNode
NewStopEnvNode returns a new StopEnvNode node.
func (*StopEnvNode) Dump ¶
func (n *StopEnvNode) Dump(source []byte, level int)
Dump implements Node.Dump.
Click to show internal directories.
Click to hide internal directories.