Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IdentNode ¶
func NewIdentNode ¶
type Node ¶
func ParseFromString ¶
type NumberNode ¶
func (*NumberNode) Copy ¶
func (node *NumberNode) Copy() Node
func (*NumberNode) String ¶
func (node *NumberNode) String() string
type StringNode ¶
func (*StringNode) Copy ¶
func (node *StringNode) Copy() Node
func (*StringNode) String ¶
func (node *StringNode) String() string
type VectorNode ¶
func (*VectorNode) Copy ¶
func (node *VectorNode) Copy() Node
func (*VectorNode) String ¶
func (node *VectorNode) String() string
Click to show internal directories.
Click to hide internal directories.