Documentation ¶
Index ¶
- func DumpAST(filename string, conf *Config) (result []byte, warning []byte, err error)
- func ParseFile(filename string, mode Mode) (file *ast.Node, warning []byte, err error)
- func ParseFileEx(filename string, mode Mode, conf *Config) (file *ast.Node, warning []byte, err error)
- type Config
- type Mode
- type PagedWriter
- type ParseError
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type PagedWriter ¶
type PagedWriter struct {
// contains filtered or unexported fields
}
func NewPagedWriter ¶
func NewPagedWriter() *PagedWriter
func (*PagedWriter) Bytes ¶
func (p *PagedWriter) Bytes() []byte
func (*PagedWriter) Len ¶
func (p *PagedWriter) Len() int
type ParseError ¶
func (*ParseError) Error ¶
func (p *ParseError) Error() string
Click to show internal directories.
Click to hide internal directories.