Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Eval ¶
func Eval(node ast.Node, env object.Environment) (object.RubyObject, error)
Eval evaluates the given node and traverses recursive over its children
func IsError ¶
func IsError(obj object.RubyObject) bool
IsError returns true if the given RubyObject is an object.Error or an object.Exception (or any subclass of object.Exception)
Types ¶
This section is empty.