Implement step 6
authorVasilij Schneidermann <v.schneidermann@gmail.com>
Fri, 29 Jul 2016 22:50:12 +0000 (00:50 +0200)
committerVasilij Schneidermann <v.schneidermann@gmail.com>
Fri, 29 Jul 2016 22:50:43 +0000 (00:50 +0200)
commitaa0ac94f0b2a3eae42d94f40abd58b7ddabe3021
treef7fc03cbee6bd1db7cd771f5aa3e1b6827fcc070
parentb95c6e2dbf377739909e4fc8c717375481d28e5f
Implement step 6
19 files changed:
chuck/core.ck
chuck/notes.md
chuck/reader.ck
chuck/run_chuck.rb
chuck/step2_eval.ck
chuck/step3_env.ck
chuck/step4_if_fn_do.ck
chuck/step5_tco.ck
chuck/step6_file.ck [new file with mode: 0644]
chuck/types/MalObject.ck
chuck/types/MalSubr.ck
chuck/types/boxed/String.ck
chuck/types/subr/MalAtomify.ck [new file with mode: 0644]
chuck/types/subr/MalDeref.ck [new file with mode: 0644]
chuck/types/subr/MalDoReset.ck [new file with mode: 0644]
chuck/types/subr/MalDoSwap.ck [new file with mode: 0644]
chuck/types/subr/MalIsAtom.ck [new file with mode: 0644]
chuck/types/subr/MalReadStr.ck [new file with mode: 0644]
chuck/types/subr/MalSlurp.ck [new file with mode: 0644]