Documentation ¶
Index ¶
- func CheckSeq(funcs ...TTestFn) bool
- func IsDiggit(r rune) bool
- func IsEnglishLetter(r rune) bool
- type TParser
- func (o *TParser) Accept(tagid TTagType, funcs ...TTestFn) bool
- func (o *TParser) Check(s string) TTestFn
- func (o *TParser) Emit(tid TTagType)
- func (o *TParser) Is(s string) TTestFn
- func (o *TParser) IsDiggit() TTestFn
- func (o *TParser) IsEndOfTag() bool
- func (o *TParser) IsLetter() TTestFn
- func (o *TParser) MustIs(s string) TTestFn
- func (o *TParser) OrAccept(funcs ...TTestFn) TTestFn
- func (o *TParser) ParseUnknown()
- func (o *TParser) Result() []TTag
- func (o *TParser) SubAccept(funcs ...TTestFn) TTestFn
- func (o *TParser) WhileNot(s string) TTestFn
- func (o *TParser) WhileNotSeparator() TTestFn
- type TTag
- type TTagType
- type TTestFn
- type Tagname
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type TParser ¶
type TParser struct {
// contains filtered or unexported fields
}
TParser -
func (*TParser) WhileNotSeparator ¶
WhileNotSeparator -
Click to show internal directories.
Click to hide internal directories.