Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type File ¶
type File struct {
// contains filtered or unexported fields
}
File encapsulates all operations related to file IO
type StringInput ¶
type StringInput struct {
// contains filtered or unexported fields
}
func (*StringInput) CurLoc ¶
func (input *StringInput) CurLoc() locator.Locator
func (*StringInput) Init ¶
func (input *StringInput) Init(src string)
func (*StringInput) IsEOF ¶
func (input *StringInput) IsEOF() bool
func (*StringInput) NextRune ¶
func (input *StringInput) NextRune() rune
func (*StringInput) Peek ¶
func (input *StringInput) Peek() rune
Click to show internal directories.
Click to hide internal directories.