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 ¶
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 ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.