Documentation ¶
Index ¶
- type Parser
- func (p *Parser) Bytes() []byte
- func (p *Parser) Got(s string) bool
- func (p *Parser) JumpTo(c byte) ([]byte, bool)
- func (p *Parser) Peek() byte
- func (p *Parser) Read() byte
- func (p *Parser) ReadIdentifier() []byte
- func (p *Parser) ReadNumber() int
- func (p *Parser) ReadSep(c byte) []byte
- func (p *Parser) Skip(_ byte)
- func (p *Parser) Valid() bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Parser ¶
type Parser struct {
// contains filtered or unexported fields
}
func (*Parser) ReadIdentifier ¶
func (*Parser) ReadNumber ¶
Click to show internal directories.
Click to hide internal directories.