Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ParserError ¶
type ParserError struct {
// contains filtered or unexported fields
}
func (ParserError) Error ¶
func (err ParserError) Error() string
type PeekableIterator ¶
type PeekableIterator struct {
// contains filtered or unexported fields
}
func (*PeekableIterator) Current ¶
func (it *PeekableIterator) Current() lexer.Token
Click to show internal directories.
Click to hide internal directories.