parser

package
v0.9.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 2, 2017 License: Apache-2.0 Imports: 4 Imported by: 21

Documentation

Overview

Package parser implements a parser for converting the api language into abstract syntax trees.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Parse

func Parse(filename, data string, m ParseMap) (*ast.API, parse.ErrorList)

Parse takes a string containing a complete api description and returns the abstract syntax tree representation of it. If the string is not syntactically valid, it will also return the errors encountered. If errors are returned, the ast returned will be the incomplete tree so far, and may not be structurally valid.

Types

type ParseMap

type ParseMap interface {
	// The map object passed to parsers must support the interface used by the
	// parsing library.
	parse.CSTMap
}

ParseMap is the interface to an object into which ast<->cts mappings are stored.

func NewParseMap

func NewParseMap() ParseMap

NewParseMap returns a simple implementation of ParseMap sufficient for basic mapping use cases.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL