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.
Click to show internal directories.
Click to hide internal directories.