Documentation ¶
Overview ¶
Package versifier recognizes internal structure of random (currently text-only) data and allows to generate data of a similar structure (for some very weak definition of "similar").
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AlphaNumNode ¶
type AlphaNumNode struct {
// contains filtered or unexported fields
}
func (*AlphaNumNode) Visit ¶
func (n *AlphaNumNode) Visit(f func(n Node))
type BracketNode ¶
type BracketNode struct {
// contains filtered or unexported fields
}
func (*BracketNode) Visit ¶
func (n *BracketNode) Visit(f func(n Node))
type ControlNode ¶
type ControlNode struct {
// contains filtered or unexported fields
}
func (*ControlNode) Visit ¶
func (n *ControlNode) Visit(f func(n Node))
type KeyValNode ¶
type KeyValNode struct {
// contains filtered or unexported fields
}
func (*KeyValNode) Visit ¶
func (n *KeyValNode) Visit(f func(n Node))
Click to show internal directories.
Click to hide internal directories.