Documentation ¶ Index ¶ type Parser func NewParser() Parser Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Parser ¶ type Parser interface { // Parse the tokens read from the given reader and return the // AST structure received from this operation. Parse(token.Reader) (*ast.Tree, error) } func NewParser ¶ func NewParser() Parser Source Files ¶ View all Source files parser.goparser_enum.goparser_error.goparser_general.goparser_service.goparser_type.go Click to show internal directories. Click to hide internal directories.