Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type File ¶
type File struct { Score score Input *bufio.Scanner Parts []Part // contains filtered or unexported fields }
func FromReader ¶
type MultiLineComment ¶
type MultiLineComment struct {
// contains filtered or unexported fields
}
func (*MultiLineComment) Contains ¶
func (m *MultiLineComment) Contains(lineno int) bool
func (*MultiLineComment) End ¶
func (m *MultiLineComment) End() int
func (*MultiLineComment) Start ¶
func (m *MultiLineComment) Start() int
Click to show internal directories.
Click to hide internal directories.