AstNode
Generic AstNode implementation that can define any node in Abstract Syntax Tree.
Parameters
type
A sealed class which is categorized into block and inline nodes.
links
Pointers to parent, sibling, child nodes.
Generic AstNode implementation that can define any node in Abstract Syntax Tree.
A sealed class which is categorized into block and inline nodes.
Pointers to parent, sibling, child nodes.