Documentation ¶
Index ¶
Constants ¶
View Source
const ( PluralOne = PluralCategory("one") PluralOther = PluralCategory("other") PluralValue = PluralCategory("value") )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PluralCase ¶
type PluralCase struct { NodeType Value int Category PluralCategory Content *ListNode }
func (*PluralCase) String ¶
func (p *PluralCase) String() string
type PluralCategory ¶
type PluralCategory string
type PluralNode ¶
type PluralNode struct { NodeType Variable string Cases []*PluralCase Offset int }
func (*PluralNode) String ¶
func (p *PluralNode) String() string
type VariableNode ¶
func (*VariableNode) String ¶
func (v *VariableNode) String() string
Click to show internal directories.
Click to hide internal directories.