parser

package
v0.0.0-...-15b4445 Latest Latest
Warning

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

Go to latest
Published: Jun 6, 2022 License: Apache-2.0 Imports: 5 Imported by: 0

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 *ast.Mappings) (*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

This section is empty.

Jump to

Keyboard shortcuts

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