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.go parser_enum.go parser_error.go parser_general.go parser_service.go parser_type.go Click to show internal directories. Click to hide internal directories.