View Source ExPression.Interpreting (ex_pression v0.3.2)

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()}