Documentation
¶
Index ¶
- type TLexer
- func (o *TLexer) Accept(s string) bool
- func (o *TLexer) AcceptAnyEnglish() bool
- func (o *TLexer) AcceptFn(fn func(r rune) bool) bool
- func (o *TLexer) AcceptPeek(s string) bool
- func (o *TLexer) AcceptWhile(s string)
- func (o *TLexer) AcceptWhileNot(s string)
- func (o *TLexer) Emit() string
- func (o *TLexer) Ignore()
- func (o *TLexer) Next() rune
- func (o *TLexer) Peek() rune
- func (o *TLexer) Pos() int
- func (o *TLexer) RollBack()
- func (o *TLexer) SetPos(i int)
- type TTagType
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.