ES6: Use ES6 modules. Update node.
authorJoel Martin <github@martintribe.org>
Thu, 28 Sep 2017 03:10:24 +0000 (22:10 -0500)
committerJoel Martin <github@martintribe.org>
Thu, 28 Sep 2017 13:35:05 +0000 (08:35 -0500)
commita11a023558c5a660d4d1b1d7d85ff3129d81d828
tree75757eceb23bdf5b7849188123b803e47ab7fb3c
parent130fdf5d189495dff3f455f2c1e29fd28df29725
ES6: Use ES6 modules. Update node.
23 files changed:
.gitignore
Makefile
es6/Dockerfile
es6/Makefile
es6/core.mjs [moved from es6/core.js with 86% similarity]
es6/env.mjs [moved from es6/env.js with 100% similarity]
es6/node_readline.js
es6/package.json
es6/printer.mjs [moved from es6/printer.js with 92% similarity]
es6/reader.mjs [moved from es6/reader.js with 96% similarity]
es6/run
es6/step0_repl.mjs [moved from es6/step0_repl.js with 100% similarity]
es6/step1_read_print.mjs [moved from es6/step1_read_print.js with 100% similarity]
es6/step2_eval.mjs [moved from es6/step2_eval.js with 100% similarity]
es6/step3_env.mjs [moved from es6/step3_env.js with 100% similarity]
es6/step4_if_fn_do.mjs [moved from es6/step4_if_fn_do.js with 100% similarity]
es6/step5_tco.mjs [moved from es6/step5_tco.js with 100% similarity]
es6/step6_file.mjs [moved from es6/step6_file.js with 100% similarity]
es6/step7_quote.mjs [moved from es6/step7_quote.js with 100% similarity]
es6/step8_macros.mjs [moved from es6/step8_macros.js with 100% similarity]
es6/step9_try.mjs [moved from es6/step9_try.js with 100% similarity]
es6/stepA_mal.mjs [moved from es6/stepA_mal.js with 100% similarity]
es6/types.mjs [moved from es6/types.js with 62% similarity]