X-Git-Url: https://git.hcoop.net/jackhill/mal.git/blobdiff_plain/dfc660a4cd52be6ab2a2f2243ca93f67e144b576..acfccccc3027c61bdc23b696e56fda81e050703e:/julia/step2_eval.jl?ds=sidebyside diff --git a/julia/step2_eval.jl b/julia/step2_eval.jl index 0089fe60..f685e730 100755 --- a/julia/step2_eval.jl +++ b/julia/step2_eval.jl @@ -25,6 +25,7 @@ end function EVAL(ast, env) if !isa(ast, Array) return eval_ast(ast, env) end + if isempty(ast) return ast end # apply el = eval_ast(ast, env)