Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrTerminated = errors.New("eval terminated")
Functions ¶
This section is empty.
Types ¶
type Eval ¶
type Eval struct { Core *core.Core AST ast.Node Log *log.Logger // contains filtered or unexported fields }
func (*Eval) NextAction ¶
NextAction asks eval to return the next action. Return nil, nil if no more action
Click to show internal directories.
Click to hide internal directories.