Documentation
¶
Index ¶
- func Env(i interface{}, receiver string) map[string]interface{}
- type Atom
- type Binary
- func (binary *Binary) Eval() Expr
- func (binary *Binary) Parse(scan *scanner.Scanner)
- func (binary *Binary) ToBool(env map[string]interface{}) bool
- func (binary *Binary) ToFloat(env map[string]interface{}) float64
- func (binary *Binary) ToInt(env map[string]interface{}) int
- func (binary *Binary) ToInt64(env map[string]interface{}) int64
- type Expr
- type Var
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Expr ¶
Click to show internal directories.
Click to hide internal directories.