Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BStarConfig ¶
type BStarConfig struct {
Seperator string
}
type ConstNode ¶
type ConstNode struct {
// contains filtered or unexported fields
}
func (ConstNode) Code ¶
func (c ConstNode) Code(opts *BStarConfig) string
type Node ¶
type Node interface {
Code(opts *BStarConfig) string
}
Click to show internal directories.
Click to hide internal directories.