Documentation ¶
Index ¶
- func ForEachLoop(block est.New, itemExpr *op.Expression, sliceExpr *op.Expression) (est.New, error)
- func ForLoop(init, post est.New, condition *op.Expression, block est.Compute) (est.New, error)
- func NewBlock(stmtsNew []est.New) est.New
- func NewIf(condition *op2.Expression, block, elseIf est.New) (est.New, error)
- func Selector(expr *op.Expression, derefLast bool) est.New
- type Block
- type For
- type ForEach
- type If
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ForEachLoop ¶
func ForEachLoop(block est.New, itemExpr *op.Expression, sliceExpr *op.Expression) (est.New, error)
Types ¶
Click to show internal directories.
Click to hide internal directories.