View Source ExPression.Interpreter (ex_pression v0.5.0)

Evaluating AST

Summary

Functions

Link to this function

eval(ast, bindings \\ %{}, functions_module \\ nil)

View Source
@spec eval(ast :: any(), bindings :: map(), functions_module :: atom()) ::
  {:ok, res :: any()} | {:error, any()}