CoffeeScript: add all steps. Self-hosting.
authorJoel Martin <github@martintribe.org>
Sat, 8 Nov 2014 22:56:36 +0000 (16:56 -0600)
committerJoel Martin <github@martintribe.org>
Fri, 9 Jan 2015 22:16:45 +0000 (16:16 -0600)
commit891c3f3b478292ad0bfca44b0dc098a2aecc9a5d
treed30c7923ffee7699cfca94af84f3be297448fff2
parent9b3362e86a57ed7f14c5fd018c37713185e0c154
CoffeeScript: add all steps. Self-hosting.
23 files changed:
.gitignore
Makefile
README.md
coffee/Makefile [new file with mode: 0644]
coffee/core.coffee [new file with mode: 0644]
coffee/env.coffee [new file with mode: 0644]
coffee/package.json [new file with mode: 0644]
coffee/printer.coffee [new file with mode: 0644]
coffee/reader.coffee [new file with mode: 0644]
coffee/step0_repl.coffee [new file with mode: 0644]
coffee/step1_read_print.coffee [new file with mode: 0644]
coffee/step2_eval.coffee [new file with mode: 0644]
coffee/step3_env.coffee [new file with mode: 0644]
coffee/step4_if_fn_do.coffee [new file with mode: 0644]
coffee/step5_tco.coffee [new file with mode: 0644]
coffee/step6_file.coffee [new file with mode: 0644]
coffee/step7_quote.coffee [new file with mode: 0644]
coffee/step8_macros.coffee [new file with mode: 0644]
coffee/step9_try.coffee [new file with mode: 0644]
coffee/stepA_interop.coffee [new file with mode: 0644]
coffee/tests/stepA_interop.mal [new file with mode: 0644]
coffee/types.coffee [new file with mode: 0644]
tests/step8_macros.mal