Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ConstEvaler ¶
type ConstEvaler struct {
Value int
}
func (ConstEvaler) CanEval ¶
func (e ConstEvaler) CanEval() bool
func (ConstEvaler) MustEvalTo ¶
func (e ConstEvaler) MustEvalTo(tree Tree, n int)
type ExprEvaler ¶
func (*ExprEvaler) CanEval ¶
func (e *ExprEvaler) CanEval() bool
func (*ExprEvaler) MustEvalTo ¶
func (e *ExprEvaler) MustEvalTo(tree Tree, n int)
type HumanEvaler ¶
type HumanEvaler struct {
Val int
}
func (*HumanEvaler) CanEval ¶
func (e *HumanEvaler) CanEval() bool
func (*HumanEvaler) MustEvalTo ¶
func (e *HumanEvaler) MustEvalTo(tree Tree, n int)
Click to show internal directories.
Click to hide internal directories.