Documentation ¶ Index ¶ func NewCatalog() *catalog.Catalog type Parser func NewParser() *Parser func (p *Parser) CommentSyntax() metadata.CommentSyntax func (p *Parser) Parse(r io.Reader) ([]ast.Statement, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewCatalog ¶ added in v1.2.0 func NewCatalog() *catalog.Catalog Types ¶ type Parser ¶ type Parser struct { } func NewParser ¶ func NewParser() *Parser func (*Parser) CommentSyntax ¶ added in v1.4.0 func (p *Parser) CommentSyntax() metadata.CommentSyntax func (*Parser) Parse ¶ func (p *Parser) Parse(r io.Reader) ([]ast.Statement, error) Source Files ¶ View all Source files catalog.go convert.go parse.go utils.go Directories ¶ Show internal Expand all Path Synopsis parser Click to show internal directories. Click to hide internal directories.