Documentation ¶ Index ¶ func ParseExpr(src string, scp *scope.Scope, fns *scope.FuncTable) (expr expr.Expr, err error) func ParseString(src string, scp *scope.Scope, fns *scope.FuncTable) (expr expr.Expr, err error) func ParseTemplate(src string, scp *scope.Scope, fns *scope.FuncTable) (expr expr.Expr, err error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func ParseExpr ¶ func ParseExpr(src string, scp *scope.Scope, fns *scope.FuncTable) (expr expr.Expr, err error) func ParseString ¶ func ParseString(src string, scp *scope.Scope, fns *scope.FuncTable) (expr expr.Expr, err error) func ParseTemplate ¶ func ParseTemplate(src string, scp *scope.Scope, fns *scope.FuncTable) (expr expr.Expr, err error) Types ¶ This section is empty. Source Files ¶ View all Source files parser.go Directories ¶ Show internal Expand all Path Synopsis lex Click to show internal directories. Click to hide internal directories.