diff options
| author | Joel Martin <github@martintribe.org> | 2014-04-15 01:24:43 -0500 |
|---|---|---|
| committer | Joel Martin <github@martintribe.org> | 2014-04-15 01:24:43 -0500 |
| commit | 7e9a2883fe5c25a521b1dc37e4c549e1ed508ece (patch) | |
| tree | b444224dae6db978d4b5902f2a5b37046ba40d3e /js/step3_env.js | |
| parent | a2849f89e7892feee256169398b1d2d82a2b8231 (diff) | |
| download | mal-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.js | 1 |
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); } |
