ES6: Symbols, remove semis, other simplifications.
authorJoel Martin <github@martintribe.org>
Wed, 5 Aug 2015 03:20:58 +0000 (22:20 -0500)
committerJoel Martin <github@martintribe.org>
Wed, 5 Aug 2015 03:20:58 +0000 (22:20 -0500)
commit4f8c7db96db484add54ac2a124ff30fc0757ecb2
treeed2cb0d4d3c5fafc2f49812db9cc70f12552a55c
parentafa79313d861a1808f82a83cca3e480ed21e8f1c
ES6: Symbols, remove semis, other simplifications.
16 files changed:
es6/Makefile
es6/core.js
es6/env.js
es6/printer.js
es6/step0_repl.js
es6/step1_read_print.js
es6/step2_eval.js
es6/step3_env.js
es6/step4_if_fn_do.js
es6/step5_tco.js
es6/step6_file.js
es6/step7_quote.js
es6/step8_macros.js
es6/step9_try.js
es6/stepA_mal.js
es6/types.js