aboutsummaryrefslogtreecommitdiff
path: root/js/step3_env.js
diff options
context:
space:
mode:
authorJoel Martin <github@martintribe.org>2014-04-15 01:24:43 -0500
committerJoel Martin <github@martintribe.org>2014-04-15 01:24:43 -0500
commit7e9a2883fe5c25a521b1dc37e4c549e1ed508ece (patch)
treeb444224dae6db978d4b5902f2a5b37046ba40d3e /js/step3_env.js
parenta2849f89e7892feee256169398b1d2d82a2b8231 (diff)
downloadmal-7e9a2883fe5c25a521b1dc37e4c549e1ed508ece.tar.gz
mal-7e9a2883fe5c25a521b1dc37e4c549e1ed508ece.zip
All: fix get. All pass stepA tests.
Diffstat (limited to 'js/step3_env.js')
-rw-r--r--js/step3_env.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/step3_env.js b/js/step3_env.js
index 1000437..86981d2 100644
--- a/js/step3_env.js
+++ b/js/step3_env.js
@@ -33,6 +33,7 @@ function eval_ast(ast, env) {
}
function _EVAL(ast, env) {
+ //printer.println("EVAL:", types._pr_str(ast, true));
if (!types._list_Q(ast)) {
return eval_ast(ast, env);
}