Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Node ¶
type Node struct {
Type TokenType
Content string
Level int
Indent int
Link string
Alt string
Children []*Node
}
Node 表示AST中的一个节点
Click to show internal directories.
Click to hide internal directories.