Documentation
¶
Index ¶
- Constants
- type And
- type Arg
- type Assn
- type Attrib
- type Call
- type Concat
- type Context
- type Equals
- type Expr
- func ExprSeqAppend(s, e Attrib) (Expr, error)
- func NewAnd(a, b Attrib) (Expr, error)
- func NewArg(i Attrib) (Expr, error)
- func NewAssn(v, e Attrib) (Expr, error)
- func NewCall(f, as Attrib) (Expr, error)
- func NewConcat(a, b Attrib) (Expr, error)
- func NewEquals(a, b Attrib) (Expr, error)
- func NewExprSeq() (Expr, error)
- func NewIfElse(c, t, e Attrib) (Expr, error)
- func NewIndex(s, i Attrib) (Expr, error)
- func NewIndexInt(s, i Attrib) (Expr, error)
- func NewNotEquals(a, b Attrib) (Expr, error)
- func NewOr(a, b Attrib) (Expr, error)
- func NewVal(a Attrib) (Expr, error)
- func NewVar(a Attrib) (Expr, error)
- func NewWhile(c, b Attrib) (Expr, error)
- type ExprSeq
- type IfElse
- type Index
- type NotEquals
- type Or
- type Val
- type Var
- type While
Constants ¶
View Source
const False = Val("")
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Context ¶
Click to show internal directories.
Click to hide internal directories.