Versions in this module Expand all Collapse all v0 v0.3.1 Nov 22, 2020 Changes in this version + var UseWrapExtensions = false + func ParseFile(filename string) (*ast.Script, error) + func ParseString(script string) (*ast.Script, error) + func ParseText(text []string) (*ast.Script, error) + func Parser(input io.Reader) (*ast.Script, error)