parser

package
v0.0.0-...-5c6c84a Latest Latest
Warning

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

Go to latest
Published: Aug 8, 2017 License: Apache-2.0 Imports: 6 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// ErrorParsingUnexpectedType "Cannot parse, unexpected type"
	ErrorParsingUnexpectedType = errors.New("Cannot parse, unexpected type")
	// ErrorParsingNilAsReader "Reader should not be nil"
	ErrorParsingNilAsReader = errors.New("Reader should not be nil")
)

Functions

func Parse

func Parse(r io.Reader, globalVars *interpreter.VarScope, globalFuncs *interpreter.FuncScope) (err error)

Parse consumes io.Reader and parses JSON FSL to internal representation

Types

This section is empty.

Jump to

Keyboard shortcuts

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