Documentation
¶
Index ¶
Constants ¶
View Source
const StringChainingThreshold int = 200
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Scanner ¶
type Scanner struct {
In io.Reader
Out io.Writer
Lineno int
Filename string
Wrap func(*Scanner) bool
IsInteractive func(io.Reader) bool
Context YYcontext
Interactive bool
// contains filtered or unexported fields
}
func NewScanner ¶
func NewScanner() *Scanner
Click to show internal directories.
Click to hide internal directories.