parser

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Mar 15, 2020 License: MIT Imports: 4 Imported by: 0

Documentation

Overview

Package parser enables parsing Dhall source into Terms.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Parse

func Parse(filename string, b []byte) (term.Term, error)

Parse parses the data from b using filename as information in the error messages.

func ParseFile

func ParseFile(filename string) (term.Term, error)

ParseFile parses the file identified by filename.

func ParseReader

func ParseReader(filename string, r io.Reader) (term.Term, error)

ParseReader parses the data from r using filename as information in the error messages.

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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